Relation_Networks-pytorch icon indicating copy to clipboard operation
Relation_Networks-pytorch copied to clipboard

Relation Networks for object detection based pytorch

Relation_Networks-pytorch

Relation Networks for object detection based pytorch

Progress

  • [x] add relation module
  • [x] add nms using relation module
  • [x] end to end train renet based faster-rcnn on VOC2007
  • [x] evaluate mAP
  • [ ] modified learn_nms
  • [ ] add OHEM
  • [ ] improve performance
  • [ ] train and forward on COCO

Requirements

  1. Python3.5
  2. The following Python packages:
Cython
cupy
numpy
pytorch
opencv-python
collections

Acknowledgement

This work builds on many excellent works, which include: