This is your work, valued
Scene-Graph-Benchmark.pytorch. A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
1.2kLong-Tailed-Recognition.pytorch. [NeurIPS 2020] This project provides a strong single-stage baseline for Long-Tailed Classification, Detection, and Instance Segmentation (LVIS). It is also a PyTorch implementation of the NeurIPS 2020 paper 'Long-Tailed Classification by Keeping the Good and Removing the Bad Momentum Causal Effect'.
572Building-a-Small-LLM-from-Scratch. 该系列的目的是让读者可以在基础的pytorch上,不依赖任何其他现成的外部库,从零开始理解并实现一个大语言模型的所有组成部分,以及训练微调代码,因此读者仅需python,pytorch和最基础深度学习背景知识即可。
384VQA2.0-Recent-Approachs-2018.pytorch. A pytroch reimplementation of "Bilinear Attention Network", "Intra- and Inter-modality Attention", "Learning Conditioned Graph Structures", "Learning to count object", "Bottom-up top-down" for Visual Question Answering 2.0
300ResNet50-Pytorch-Face-Recognition. Using Pytorch to implement a ResNet50 for Cross-Age Face Recognition
178Generalized-Long-Tailed-Benchmarks.pytorch. [ECCV 2022] A generalized long-tailed challenge that incorporates both the conventional class-wise imbalance and the overlooked attribute-wise imbalance within each class. The proposed IFL together with other baselines are also included.
126VCTree-Scene-Graph-Generation. Code for the Scene Graph Generation part of CVPR 2019 oral paper: "Learning to Compose Dynamic Tree Structures for Visual Contexts"
124GGNN-for-bAbI-dataset.pytorch.1.0. A Complete PyTorch 1.0 Implementation of Gated Graph Sequence Neural Networks (GGNN)
54ResNet50-Tensorflow-Face-Recognition. Using Tensorflow to implement a ResNet50 for Cross-Age Face Recognition
45Qwen-Tokenizer-Pruner. Due to the huge vocaburary size (151,936) of Qwen models, the Embedding and LM Head weights are excessively heavy. Therefore, this project provides a Tokenizer vocabulary shearing solution for Qwen and Qwen-VL.
40VCTree-Visual-Question-Answering. Code for the Visual Question Answering (VQA) part of CVPR 2019 oral paper: "Learning to Compose Dynamic Tree Structures for Visual Contexts"
34LLM-TP-Inference-on-910B. 本项目提供了基于910B的huggingface LLM模型的Tensor Parallel(TP)部署教程,同时也可以作为一份极简的TP学习代码。
32Local-Disco-Diffusion-v5.2.jupyterNote. A custom Disco Diffusion v5.2 that runs on local GPUS.
22CiiV-Adversarial-Robustness.pytorch. The official PyTorch Implementation of the Paper "Adversarial Visual Robustness by Causal Intervention"
18LVIS-for-mmdetection. support Large Vocabulary Instance Segmentation (LVIS) dataset for mmdetection
16Kinetics-Data-Preprocessing. An instruction to 1) download the Kinetics-400/Kinetics-600, 2) resize the videos, and 3) prepare annotations.
11Describe-and-Guess-GAME-Using-GPT-3. A simple demo of how to use GPT-3 to play Describe-and-Guess in the specified topic and question type.
6machine-learning-notes. My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (1000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(1000+页)和视频链接
3Minimalist-TinyLLaMA-to-Onnx. Export TinyLLaMA to Onnx and Conduct LLM inference using onnxruntime
3bottom-up-attention-vqa. An efficient PyTorch implementation of the winning entry of the 2017 VQA Challenge.
2stable-diffusion-webui. Stable Diffusion web UI
2pytorch-grad-cam. PyTorch implementation of Grad-CAM
1HowToTrainYourMAMLPytorch. The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) paper in Pytorch.
1Quick-Draw-Multimodal-Recognition. The Course Project of CE7454 (Team 13)
1Interative-Story.agent. This project aims to create a new storytelling experience by allowing users to interact with AI to shape the story's direction.
1pytorch-faster-rcnn. I would appreciate if someone can retrain the model. The "finetune from scratch" result should be better because the training details have been changed. (And mobilenet training not supported yet.)
1CS-Notes. :books: Computer Science Learning Notes
1faster-rcnn.pytorch. Python
1SceneGraphParser. A python toolkit for parsing captions (in natural language) into scene graphs (as symbolic representations).
1adversarial-attacks-pytorch. PyTorch implementations of Adversarial attacks and utils.
1coding-interview-university. A complete computer science study plan to become a software engineer.
1