ZXW-King's Stars
soloist-v/yolov5_for_rknn
YOLOv5 in PyTorch > ONNX > RKNN
smartadpole/yolov5_rknn_cpp
smartadpole/spider
各种爬虫
ermaozi/get_subscribe
✈️ 免费机场 / 免费VPN -> 自动获取免 clash/v2ray/trojan/sr/ssr 订阅链接,间隔12小时持续更新 | 科学上网 | 翻墙
z1069614715/objectdetection_script
一些关于目标检测的脚本的改进思路代码,详细请看readme.md
linklist2/yolov5-6.2-pruning
yolov5 6.2 pruning
ibaiGorordo/ONNX-YOLOv8-Object-Detection
Python scripts performing object detection using the YOLOv8 model in ONNX.
lxn96/awesome-few-shot-object-detection
Collect some papers and datastes about few-shot object detection for computer vision.
Bohao-Lee/CME
open-mmlab/mmfewshot
OpenMMLab FewShot Learning Toolbox and Benchmark
gaobb/Few-Shot-Object-Detection-Papers
Few Shot Object Detection Papers
piddnad/few-shot-object-detection-papers
📄 A paper list of Few-shot Object Detection.
bethgelab/siamese-mask-rcnn
Siamese Mask R-CNN model for one-shot instance segmentation
hero-y/BHRL
[CVPR 2022] Balanced and Hierarchical Relation Learning for One-shot Object Detection
tianzhi0549/FCOS
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
amusi/ECCV2024-Papers-with-Code
ECCV 2024 论文和开源项目合集,同时欢迎各位大佬提交issue,分享ECCV 2024论文和开源项目
RalphMao/PatchNet
LPXTT/GradNet-Tensorflow
The code of GradNet based on Tensorflow
XingruiWang/wheres-waldo
A Pytorch implementing of A Deep Learning approach to Template Matching. Usie Hypernet + VGG to match the templates.
iminfine/Deep-DIM
This is the official repo for the paper ‘’Robust Template Matching via Hierarchical Convolutional Features from a Shape Biased CNN''.
taohan10200/USADTM
PyTorch implementations of "Unsupervised Semantic Aggregation and Deformable Template Matching for Semi-Supervised Learning" (NeurIPS2020)
seung-lab/NCCNet
Weakly Supervised Deep Metric Learning for Template Matching
cplusx/QATM
Code for Quality-Aware Template Matching for Deep Learning
Fafa-DL/Awesome-Backbones
Integrate deep learning models for image classification | Backbone learning/comparison/magic modification project
zhirui-gao/Deep-Template-Matching
[CVMJ2024] Learning Accurate Template Matching with Differentiable Coarse-to-fine Correspondence Refinement
HATFormer/LSNet
source code of "LSNet: Extremely lightweight Siamese Network for Change Detection in Remote Sensing Images"
fangpin/siamese-pytorch
Implementation of Siamese Networks for image one-shot learning by PyTorch, train and test model on dataset Omniglot
XingLiangLondon/Image-Similarity-in-Percentage
Siamese network to compare image similarity in percentage - based on Keras deep learning model (ResNet50, VGG16) & Cosine / Euclidean similarity
sohaib023/siamese-pytorch
A PyTorch implementation of siamese networks using backbone from torchvision.models, with support for TensorRT inference.
bubbliiiing/Siamese-pytorch
这是一个孪生神经网络(Siamese network)的库,可进行图片的相似性比较。