Relation_Networks-pytorch
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
- Python3.5
- The following Python packages:
Cython
cupy
numpy
pytorch
opencv-python
collections
Acknowledgement
This work builds on many excellent works, which include:
- Yusuke Niitani's ChainerCV (mainly)
- Ruotian Luo's pytorch-faster-rcnn which based on Xinlei Chen's tf-faster-rcnn
- simple-faster-rcnn-pytorch by chenyuntc
- faster-rcnn.pytorch by Jianwei Yang and Jiasen Lu.It mainly refer to longcw's faster_rcnn_pytorch
- All the above Repositories have referred to py-faster-rcnn by Ross Girshick and Sean Bell either directly or indirectly.
- yhenon's pytorch-retinanet
- msracver's Relation-Networks-for-Object-Detection