hongjin4790's Stars
kiharalab/ACC-UNet
ACC-UNet is A Completely Convolutional UNet model inspired from transformer-based UNets
WongKinYiu/yolov9
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
PengtaoJiang/Awesome-Weakly-Supervised-Semantic-Segmentation-Papers
Recent weakly supervised semantic segmentation paper
jason718/awesome-self-supervised-learning
A curated list of awesome self-supervised methods
alibaba/EasyCV
An all-in-one toolkit for computer vision
HobbitLong/SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
ultralytics/ultralytics
Ultralytics YOLO11 🚀
dome272/Diffusion-Models-pytorch
Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
swz30/Restormer
[CVPR 2022--Oral] Restormer: Efficient Transformer for High-Resolution Image Restoration. SOTA for motion deblurring, image deraining, denoising (Gaussian/real data), and defocus deblurring.
sunnyshah2894/DigitalHairRemoval
There has been numeruous advancements towards utilizing deep networks, ANNs, AI, etc in tasks like detecting the skin disease, type of tumour, etc. However, it becomes difficult for the networks to learn the features since, most of the skin images are occluded by hair. Thus, there is a need for pre-processing of the skin images to remove these obstructing hair. This sample project aims to remove the hair noise from the skin image with the help of Morphological filtering.
kevinash/ai-in-sports
Source code for AI in Sports with Python
PaddlePaddle/PaddleDetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
deepinsight/insightface
State-of-the-art 2D and 3D Face Analysis Project
0xk1h0/ChatGPT_DAN
ChatGPT DAN, Jailbreaks prompt
YutaroOgawa/pytorch_advanced
書籍「つくりながら学ぶ! PyTorchによる発展ディープラーニング」の実装コードを配置したリポジトリです
fastai/fastbook
The fastai book, published as Jupyter Notebooks
dvf/blockchain
A simple Blockchain in Python
GianisTsol/python-p2p
decentralized peer to peer network using TCP sockets with features like file transfer and messaging as well as opportunity to expand.
satwikkansal/python_blockchain_app
A fully functional blockchain application implemented in Python from scratch (with tutorial).
macsnoeren/python-p2p-network
Framework to easily implement decentralized peer-to-peer network applications in Python