Monocular Depth Estimation Toolbox based on MMSegmentation

Introduction Monocular-Depth-Estimation-Toolbox is an open source monocular depth estimation toolbox based on PyTorch and MMSegmentation v0.16.0. It aims to benchmark MonoDepth methods and provides effective supports for evaluating and visualizing results. Major features Unified benchmark Provide a unified benchmark toolbox for various depth estimation methods. Modular design Depth estimation framworks are decomposed into different components. One can easily construct a customized framework by combining different modules. Support of multiple methods out of box I would like to reproduce some of […]

Read more

PQ is a jq-like viewer/processing tool for pickle files

PQ is a jq-like viewer/processing tool for pickle files. # pq ” file.pkl {‘other’: 456, ‘test’: 123} # pq ‘table’ file.pkl |other|test| | 456 |123 | # pq ‘keys’ file.pkl [‘test’, ‘other’] # pq ‘.[“test”]’ file.pkl 123 Filter Usage Description flat .[] Extract elements from list to apply filters on each table table When elements are dictionaries, display common keys as a table keys    

Read more

Decompilation as a Service. Explore multiple decompilers and compare their output with minimal effort

Explore multiple decompilers and compare their output with minimal effort. Upload binary, get decompilation. Supported Decompilers angr Ghidra IDA Binary Ninja Note: For IDA and Binary Ninja, you must provide license and binaries. angr and Ghidra will be downloaded automatically. Components Each decompiler is a service that runs in its own container A frontend web service proxies requests to backend service Install You’ll need to add your proprietary packages in backend/*/private. Then just: COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose build Run Point […]

Read more

Tools for checking ACL paper submissions

ACL pubcheck is a Python tool that automatically detects author formatting errors, margin violations as well as many other common formatting errors in papers that are using the LaTeX sty file associated with ACL venues. The script can be used to check your papers before you submit to a conference. (We highly recommend running ACL pubcheck on your papers pre-submission—a well formatted paper helps keep the reviewers focused on the scientific content.) However, its main purpose is to ensure your […]

Read more

A free alternative of the tool to check invites (with min/max members number) by genefit

💰 a free alternative of the tool by genefit Preview Warning My tool is probably more slow than genefit tool (but imagine paying 5$ for a checker lol) I never tried the genefit tool but I know how it works so I did this Maybe original Checky is writen in Golang, but mine is in Python Features Checks Invite name, and members Store the invites if there are corrects Proxies support Todo Built with Requirements Installation # Clone the repo: […]

Read more

Proxmox based VDI client

This project’s focus is to create a simple VDI client intended for mass deployment. This VDI client connects directly to Proxmox VE and allows users to connect (via Spice) to any VMs they have permission to access. Windows Installation You MUST install virt-viewer prior to using PVE VDI client, you may download it from the official Virtual Machine Manager site. Please visit the releases section to download a prebuilt MSI package If you need to customize the installation, such as […]

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

A tool aimed at enhancing the experience when playing the game on linux through proton

A tool aimed at enhancing the experience when playing the game on linux through proton. Warning This tool is based on patching the game executable through hex-edits. However it is done in a safe and non-destructive way, that ensures the patched executable is never run with EAC enabled. Use at your own risk! Features set custom frame time limits (e.g. 30, 90, 165, …) disable black borders when using resolutions with an aspect ratio other than 16:9 (e.g. ultrawide). vigniette […]

Read more
1 2 3 4 21