CharlesShang / TFFRCNN

FastER RCNN built on tensorflow
MIT License
874 stars 418 forks source link

no bounding box to show #123

Closed 610718613 closed 6 years ago

610718613 commented 6 years ago

after i train vggnet as readme said,i got four file about trained model in output file about .ckpt.when i use trained model to run demo ,it doesn't show box but image.

610718613 commented 6 years ago

OMG, My mentor had checked it for forgetting adding parameter “––restore 0”,if we donot add it,we cannot load pretrained VGGnet model (.npy file). ––Jiang Wu