Word Finder written with python

Tool Information Gathering Write With Python. ██╗ ██╗ ██████╗ ██████╗ ██████╗ ██║ ██║██╔═══██╗██╔══██╗██╔══██╗ ██║ █╗ ██║██║ ██║██████╔╝██║ ██║ ██║███╗██║██║ ██║██╔══██╗██║ ██║ ╚███╔███╔╝╚██████╔╝██║ ██║██████╔╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚════╝ [#] Choose one of the options below [1] Word List [2] Add yes character [3] Add no character [4] Add character location [5] Remove yes character [6] Remove no    

Read more

CamLiFlow: Bidirectional Camera-LiDAR Fusion for Joint Optical Flow and Scene Flow Estimation

This is the official PyTorch implementation for paper “CamLiFlow: Bidirectional Camera-LiDAR Fusion for Joint Optical Flow and Scene Flow Estimation”. (CVPR 2022) News 2022-03-07: We release the code and the pretrained weights. 2022-03-03: Our paper is accepted by CVPR 2022. 2021-11-20: Our paper is available at https://arxiv.org/abs/2111.10502 2021-11-04: Our method ranked #1 on the leaderboard of KITTI Scene Flow. Pretrained Weights Precomputed Results Here, we provide precomputed results for the submission to the online benchmark of KITTI Scene Flow. Environment […]

Read more

Quick script for mixing wordlists in a way that maintains order

quick script for mixing wordlists in a way that maintains order. ([1,2],[3,4],[5,6] -> [1,3,5,2,4,6]) edit config.list to your set of preferred wordlists, then run the script and fetch the output on output.txt example of the default config.list file /usr/share/seclists/Discovery/Web-Content/raft-large-files.txt /usr/share/seclists/Discovery/Web-Content/raft-large-directories.txt /usr/share/seclists/Discovery/Web-Content/raft-large-words.txt /usr/share/seclists/Fuzzing/fuzz-Bo0oM.txt GitHub View Github    

Read more

HaxUnit combines multiple active and passive subdomain enumeration tools

Intro •Installation •Usage •Running HaxUnit •Functions HaxUnit combines multiple active and passive subdomain enumeration tools and port scanning tools with vulnerability discovery tools. For each subdomain enumeration tool you’ll be prompted to add the new discovered subdomains to the list.If you see unrelated subdomains you can decline and you’ll be asked again with only subdomains of the same domain as the input. If you don’t want to be asked to add the domains you can use the -y parameter. Add […]

Read more

Adversarial Robustness, White-box, Adversarial Attack

“Practical Evaluation of Adversarial Robustness via Adaptive Auto Attack”Ye Liu, Yaya Cheng, Lianli Gao, Xianglong Liu, Qilong Zhang, Jingkuan SongCVPR 2022 Code, model weights, and datasets have been released. We will continue to optimize the code.paper will be released soon. A practical evaluation method should be convenient (i.e., parameter-free), efficient (i.e., fewer iterations) and reliable (i.e., approaching the lower bound of robustness). Towards this target, we propose a parameter-free Adaptive Auto Attack (A3) evaluation method. We apply A3 to over […]

Read more

Quality Assurance for AI

Backend Requirements Frontend Requirements Backend local development Start the stack with Docker Compose: Now you can open your browser and interact with these URLs: Frontend, built with Docker, with routes handled based on the path: http://localhost Backend, JSON based web API based on OpenAPI: http://localhost/api/ Automatic interactive documentation with Swagger UI (from the OpenAPI backend): http://localhost/docs Alternative automatic documentation with ReDoc (from the OpenAPI backend): http://localhost/redoc PGAdmin, PostgreSQL web administration: http://localhost:5050 Note: you can disable (comment) this component in the […]

Read more

MetaFormer : A Unified Meta Framework for Fine-Grained Recognition

A repository for the code used to create and train the model defined in “MetaFormer : A Unified Meta Framework for Fine-Grained Recognition” arxiv:2203.02751 Model zoo Usage python module install Pytorch and torchvision pip install torch==1.5.1 torchvision==0.6.1 git clone https://github.com/NVIDIA/apex cd apex pip install -v –disable-pip-version-check –no-cache-dir –global-option=”–cpp_ext” –global-option=”–cuda_ext” ./ install other requirements pip install opencv-python==4.5.1.48 yacs==0.1.8 data preparation Download inat21,18,17,CUB,NABirds,stanfordcars, andaircraft, put them in respective folders (/datasets/) and    

Read more

MTReclib provides a PyTorch implementation of multi-task recommendation models and common datasets

Introduction MTReclib provides a PyTorch implementation of multi-task recommendation models and common datasets. Currently, we implmented 7 multi-task recommendation models to enable fair comparison and boost the development of multi-task recommendation algorithms. The currently supported algorithms include: Datasets For the processed dataset, you should directly put the dataset in ‘./data/’ and unpack it. For the original dataset, you should put it in ‘./data/’ and run ‘python preprocess.py –dataset_name NL’. Requirements Python 3.6 PyTorch > 1.10 pandas numpy tqdm Run Parameter […]

Read more

Python 3.11 Preview: Even Better Error Messages

Python 3.11 will be released in October 2022. Even though October is still months away, you can already preview some of the upcoming features, including how Python 3.11 will offer more readable and actionable error messages. There are many other improvements and features coming in Python 3.11. Keep track of what’s new in the changelog for an up-to-date list. Python 3.11 Alpha A new version of Python is released in October each year. The code is developed and tested over […]

Read more

Pulumi provider for the Checkly Delightful Active Monitoring

🚨 This project is still in very early stages and is not stable, use at your own risk! 🚨 🟪 Pulumi provider for the Checkly Delightful Active Monitoring 🪛 Installing This package is available for several languages/platforms: Node.js (JavaScript/TypeScript) To use from JavaScript or TypeScript in Node.js, install using either npm: npm install @pulumi/checkly or yarn: Python To use from Python, install using pip: pip install pulumi_checkly Go To use from Go, use go get to grab the latest version […]

Read more
1 243 244 245 246 247 978