zhn6818's Stars
jackfrued/Python-100-Days
Python - 100天从新手到大师
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
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.
zbezj/HEU_KMS_Activator
Vision-CAIR/MiniGPT-4
Open-sourced codes for MiniGPT-4 and MiniGPT-v2 (https://minigpt-4.github.io, https://minigpt-v2.github.io/)
openai/chatgpt-retrieval-plugin
The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
IDEA-Research/Grounded-Segment-Anything
Grounded SAM: Marrying Grounding DINO with Segment Anything & Stable Diffusion & Recognize Anything - Automatically Detect , Segment and Generate Anything
facebookresearch/detr
End-to-End Object Detection with Transformers
extreme-assistant/CVPR2024-Paper-Code-Interpretation
cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
kjw0612/awesome-deep-vision
A curated list of deep learning resources for computer vision
IDEA-Research/GroundingDINO
[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
facebookresearch/dino
PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO
microsoft/GLIP
Grounded Language-Image Pre-training
yassouali/awesome-semi-supervised-learning
😎 An up-to-date & curated list of awesome semi-supervised learning papers, methods & resources.
IDEA-Research/awesome-detection-transformer
Collect some papers about transformer for detection and segmentation. Awesome Detection Transformer for Computer Vision (CV)
Ewenwan/Mathematics
数学知识点滴积累 矩阵 数值优化 神经网络反向传播 图优化 概率论 随机过程 卡尔曼滤波 粒子滤波 数学函数拟合
JunshengFu/vehicle-detection
Created vehicle detection pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenCV + HOG).
OpenGVLab/VideoMAEv2
[CVPR 2023] VideoMAE V2: Scaling Video Masked Autoencoders with Dual Masking
megvii-research/FSCE
wuzhe71/CPD
Code of Cascaded Partial Decoder for Fast and Accurate Salient Object Detection (CVPR2019)
imsoo/fight_detection
Real time Fight Detection Based on 2D Pose Estimation and RNN Action Recognition
iqiukp/SVDD-Python
Python code for abnormal detection using Support Vector Data Description (SVDD)
nebula-beta/PatchMatch
PathMatch is the state-of-the-art stereo match algorithm framework.
prannaykaul/lvc
Official repo for our CVPR 22 paper: "Label, Verify, Correct: A Simple Few-Shot Object Detection Method"
Jingtao-Li-CVer/TDD
This is an official implementation for "One-Step Detection Paradigm for Hyperspectral Anomaly Detection via Spectral Deviation Relationship Learning“
Charmve/Awesome-Lane-Detection
A paper list with code of lane detection.
vlfom/CSD-detectron2
An unofficial implementation of Consistency-Based Semi-Supervised Learning for Object Detection method in Detectron2
sorg20/RPN
This is Region Proposal Network training example using VGG16 backbone with Pytorch
kennedyCzar/ADVANCE-MACHINE-LEARNING-KERNEL-METHOD
Advance machine Learning: Kernel methods implemented for PCA, KMeans, Logistic Regression, Support Vector Machine (SVM) and Support Vector Data Description (SVDD)
karanpandya12/Region_Proposal_Network
Implementation of RPN using PyTorch