endernewton / tf-faster-rcnn

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

"could not broadcast input array from shape(4) into shapr(0)" #336

Open niuniu111 opened 6 years ago

niuniu111 commented 6 years ago

Is the data here in the VOC data format? I always emerge "could not broadcast input array from shape(4) into shapr(0)",I don't konw why is it?

UeFan commented 6 years ago

This might help : ) https://github.com/rbgirshick/py-faster-rcnn/issues/312