• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    Jupyter Notebook
  • Created over 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Relation Networks for object detection based pytorch

Relation_Networks-pytorch

Relation Networks for object detection based pytorch

Progress

  • add relation module
  • add nms using relation module
  • end to end train renet based faster-rcnn on VOC2007
  • 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: