jwfanDL's Stars
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
arogozhnikov/einops
Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
ChaoningZhang/MobileSAM
This is the official code for MobileSAM project that makes SAM lightweight for mobile applications and beyond!
Duan-JM/awesome-papers-fewshot
Collection for Few-shot Learning
NVIDIA-AI-IOT/nanosam
A distilled Segment Anything (SAM) model capable of running real-time with NVIDIA TensorRT
Jermmy/pytorch-quantization-demo
A simple network quantization demo using pytorch from scratch.
OSVAI/ODConv
The official project website of "Omni-Dimensional Dynamic Convolution" (ODConv for short, spotlight in ICLR 2022).
alibaba-mmai-research/TAdaConv
[ICLR 2022] TAda! Temporally-Adaptive Convolutions for Video Understanding. This codebase provides solutions for video classification, video representation learning and temporal detection.
winycg/CIRKD
[CVPR-2022] Official implementations of CIRKD: Cross-Image Relational Knowledge Distillation for Semantic Segmentation and implementations on Cityscapes, ADE20K, COCO-Stuff., Pascal VOC and CamVid.
OSVAI/KernelWarehouse
The official project website of "KernelWarehouse: Rethinking the Design of Dynamic Convolution" (KW for short, accepted to ICML 2024)
YuYue525/MobileSAM-pytorch
Reproduction of MobileSAM using pytorch
OSVAI/GridConv
The official project website of "3D Human Pose Lifting with Grid Convolution" (GridConv for short, oral in AAAI 2023)
OSVAI/Ske2Grid
The official project website of "Ske2Grid: Skeleton-to-Grid Representation Learning for Action Recognition" (The paper of Ske2Grid is published in ICML 2023)
OSVAI/Af-DCD
The official project website of "Augmentation-free Dense Contrastive Distillation for Efficient Semantic Segmentation" (Af-DCD for short, accepted to NeurIPS 2023).
OSVAI/NORM
The official project website of "NORM: Knowledge Distillation via N-to-One Representation Matching" (The paper of NORM is published in ICLR 2023).
OSVAI/SSD-KD
The official project website of "Small Scale Data-Free Knowledge Distillation" (SSD-KD for short, accepted to CVPR 2024).
OSVAI/NOAH
The official project website of "NOAH: Learning Pairwise Object Category Attentions for Image Classification".
genggng/useful-script
Some usefule script in daily which can improve the efficiency on linux server.
genggng/pytorch-quantization-demo
A simple network quantization demo using pytorch from scratch.