timy90022/One-Shot-Object-Detection
A PyTorch implementation of a one-shot object detection model using co-attention and co-excitation mechanisms, based on a NeurIPS 2019 paper.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
Implements a one-shot object detection approach that uses co-attention and co-excitation mechanisms to detect novel objects from a single reference example. The implementation builds on Faster R-CNN architecture with a ResNet50 backbone pretrained on ImageNet (excluding COCO-overlapping classes). The model supports training and evaluation on COCO dataset.