Object detection in Tensorflow and Pytorch

I am sure that there are many projects that were originally done with Tensorflow and have been re- implemented in Pytorch.
I want to see a similar one which implements a Convolutional neural network for object detection to predict a bounding box and return the iou.
If someone knows of some examples, links or implementation, please help.

Thanks and regards
Vijay

2 Likes

Try ruotianluo’s faster rcnn implementation:

2 Likes

Thanks a lot @colesbury

What if I want to create an object detection network from scratch? Unable to find any resources / tutorial for it. Kindly help.

This is a very basic implementation but a good one have a look