CharlesShang / TFFRCNN

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

modelpath #120

Open QueenJuliaZxx opened 6 years ago

QueenJuliaZxx commented 6 years ago

I am a little white,could you tell me where should I put the model and what I should write in madelpath in demo.py,thank you very much!

QueenJuliaZxx commented 6 years ago

Solving... /usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/gradients_impl.py:93: UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a large amount of memory. "Converting sparse IndexedSlices to a dense Tensor of unknown shape. " Traceback (most recent call last): File "./faster_rcnn/train_net.py", line 109, in restore=bool(int(args.restore))) File "./faster_rcnn/../lib/fast_rcnn/train.py", line 401, in train_net sw.train_model(sess, max_iters, restore=restore) File "./faster_rcnn/../lib/fast_rcnn/train.py", line 172, in train_model raise 'Check your pretrained {:s}'.format(ckpt.model_checkpoint_path) AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'

bujingdexin commented 6 years ago

Do you solve this question?