Hacker Community Remote Access Trojan

Hacker Community Remote Access Trojan python 3.7>= libs: pip install pyrebase4 pip install keyboard pip install colorama HC RAT is a RAT that contain two kinds of attacks. keylogger and RCE first file HC.py is the virus that keylog and controller.py is the controller of rce and keylogging Target computer: python HC.py Controller computer: python controller.py [[email protected] ~] $ help help showing this message cd navigate remoted pc (Please Note that you should only    

Read more

Roblox fastest api sniper

How it works? It uses roblox inventory api to get item price.As it doesn’t load catalog website it is faster than any other sniper programs. Requirements Python >= 3.7, python-dotenv, requests .env Settings TOKEN : Roblox auth token. (.ROBLOSECURITY on Roblox website) THREADS : How fast you want (2~3 recommended) PROFIT : If you set this to 1 program buy items which you can get over 100% profit MAXTOPAY : Max to pay How to use Create caches folder on […]

Read more

StrongSORT: Make DeepSORT Great Again

StrongSORT: Make DeepSORT Great Again StrongSORT: Make DeepSORT Great Again Yunhao Du, Yang Song, Bo Yang, Yanyun Zhao arxiv 2202.13514 Abstract Existing Multi-Object Tracking (MOT) methods can be roughly classified as tracking-by-detection and joint-detection-association paradigms. Although the latter has elicited more attention and demonstrates comparable performance relative to the former, we claim that the tracking-by-detection paradigm is still the optimal solution in terms of tracking accuracy. In this paper, we revisit the classic tracker DeepSORT and upgrade it from various […]

Read more

Implementation of ConvMixer for Patches Are All You Need?

This repository contains an implementation of ConvMixer for the ICLR 2022 submission “Patches Are All You Need?” by Asher Trockman and Zico Kolter. 🔎 New: Check out this repository for training ConvMixers on CIFAR-10. Code overview The most important code is in convmixer.py. We trained ConvMixers using the timm framework, which we copied from here. Update: ConvMixer is now integrated into the timm framework itself. You can see the PR here. Inside pytorch-image-models, we have made the following modifications. (Though […]

Read more

Background Removal with Deep Learning

This repository show the code to remove the background of the pictures using the U2Net pre-trained model. @InProceedings{Qin_2020_PR, title = {U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection}, author = {Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Dehghan, Masood and Zaiane, Osmar and Jagersand, Martin}, journal = {Pattern Recognition}, volume = {106}, pages = {107404}, year = {2020}    

Read more

FastAPI style routing for starlette

Table of Contents About The Project Installation Usage Contact Acknowledgments About The Project FastApi is a great tool for developping API’s in a quick and easy way. In their own words: FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It is build using starlette which is in their own words: a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services. The good One of the […]

Read more

Semi-Supervised Semantic Segmentation Using Unreliable Pseudo-Labels

Official PyTorch implementation of Semi-Supervised Semantic Segmentation Using Unreliable Pseudo Labels, CVPR 2022. Please refer to our project page for qualitative results. Abstract.The crux of semi-supervised semantic segmentation is to assign adequate pseudo-labels to the pixels of unlabeled images.A common practice is to select the highly confident predictions as the pseudo ground-truth, but it leads to a problem that most pixels may be left unused due to their unreliability.We argue that every pixel matters to the model training, even its […]

Read more

Generate (message) sequence diagrams from TLA+ state traces

This is a tool for generating sequence diagrams fromTLC state traces. It producesSVGs that look like: or like this PDF. This tool is licensed under the MIT license. Copyright: Erkki Seppälä [email protected] 2022 You can contact me also viaMatrix. What is TLA+? TLA+ (Temporal Logic of Actions+) is a way to describe the behavior ofan algorithm or a system at a high, yet in a very mathematicallyprecise manner. This allows one to reason about the system behavior ina more accurate […]

Read more
1 198 199 200 201 202 914