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

Speed Decrease with Upgrade to Tensorflow 1.9 #373

Open catoenm opened 6 years ago

catoenm commented 6 years ago

After upgrading to Tensorflow 1.9 I'm seeing a serious speed decrease in this codebase (roughly 2x slower). Is anyone experiencing the same issue?

rnsandeep commented 6 years ago

You might need to compile with proper SM architecture in set_up.py file.