CharlesShang / TFFRCNN

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

No bounding box in Pascal VOC 2007 training example #111

Open Frank-Ge opened 6 years ago

Frank-Ge commented 6 years ago

I tried to run training example on Pascal VOC 2007 dataset with VGGnet. After getting the result .cktp files(checkpoint file, model.ckpt.data-00000-of-00001, ckpt.index, ckpt.meta), I ran demo.py with my ckpt file, but I got only pictures without any bounding box. I just used the script python ./faster_rcnn/train_net.py --gpu 0 --weights ./data/pretrain_model/VGG_imagenet.npy --imdb voc_2007_trainval --iters 70000 --cfg ./experiments/cfgs/faster_rcnn_end2end.yml --network VGGnet_train - --restore 0

Why this happened? Thanks a lot.

610718613 commented 6 years ago

i also met this question, could you tell me how to solve it?