endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

What's the difference between TensorFlow Object Detection API and yours #144

Open penolove opened 7 years ago

penolove commented 7 years ago

Hi, I'm just surveying your script for a while. I think that your code is beautiful, and good to read.

but last week google release their object detection api https://research.googleblog.com/2017/06/supercharge-your-computer-vision-models.html

are there performance difference between yours and google's?

endernewton commented 7 years ago

there surely is. i haven't tested their code on my side yet though.