zchky's Stars
google-research/google-research
Google Research
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
wang-xinyu/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Cartucho/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
52CV/CVPR-2021-Papers
dblalock/bolt
10x faster matrix and vector operations
prabhuomkar/pytorch-cpp
C++ Implementation of PyTorch Tutorials for Everyone
facebookresearch/moco-v3
PyTorch implementation of MoCo v3 https//arxiv.org/abs/2104.02057
Lyken17/Efficient-PyTorch
My best practice of training large dataset using PyTorch.
PAIR-code/saliency
Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).
jiwei0921/SOD-CNNs-based-code-summary-
The summary of code and paper for salient object detection with deep learning.
DeepVAC/deepvac
PyTorch Project Specification.
shamangary/awesome-local-global-descriptor
My personal note about local and global descriptor
matsui528/faiss_tips
Some useful tips for faiss
swuxyj/DeepHash-pytorch
Implementation of Some Deep Hash Algorithms, Including DPSH、DSH、DHN、HashNet、DSDH、DTSH、DFH、GreedyHash、CSQ.
microsoft/esvit
EsViT: Efficient self-supervised Vision Transformers
roboflow/zero-shot-object-tracking
Object tracking implemented with the Roboflow Inference API, DeepSort, and OpenAI CLIP.
amirbar/DETReg
Official implementation of the CVPR 2022 paper "DETReg: Unsupervised Pretraining with Region Priors for Object Detection".
WojciechMula/sse-popcount
SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html
mcahny/object_localization_network
Learning Open-World Object Proposals without Learning to Classify
astojanov/Clover
Clover: Quantized 4-bit Linear Algebra Library
yaox12/BYOL-PyTorch
PyTorch implementation of "Bootstrap Your Own Latent: A New Approach to Self-Supervised Learning" with DDP and Apex AMP
Lsyhprum/WEAVESS
A Comprehensive Survey and Experimental Comparison of Graph-based Approximate Nearest Neighbor Search
technicolor-research/faiss-quickeradc
QuickerADC is an implementation of highly-efficient product quantizers leveraging SIMD shuffle instructions integrated into FAISS
GrassBro/SODdataset
Salient Object Detection Datasets
TencentARC/BEBR
Official code for "Binary embedding based retrieval at Tencent"
anandhupvr/Mining-Objects
Mining Objects: Fully Unsupervised Object Discovery and Localization From a Single Image
thisisi3/libtorch-faster-rcnn
Implement the classic Faster RCNN using libtorch library in C++.
Hexmagic/libtorch_Yolov5
libtorch yolov5 c++ Example