Closed grignarder closed 5 years ago
No extra parameter is needed when running python train.py
.
What problems do you meet when running demo.py
?
(tensorflow) C:\Faster-RCNN-TensorFlow-Python3>python demo.py
output\res101\voc_2007_trainval+voc_2012_trainval\default\res101_faster_rcnn_iter_110000.ckpt
Traceback (most recent call last):
File "demo.py", line 123, in
The output is like this. Is there anything that should be changed in the demo.py? Sorry to trouble you.
By the way, i modified the maximum iteration time to 100. I don't think it contributes to this problem.
Yes, the checkpoint is saved every 5000 iterations, so if you reduce the iterations to 100 no checkpoint will be saved.
You can change the number of iterations necessary to save the checkpoint in lib/config/config.py
(the variable is defined at line 44)
I can't find any output weights file after i run train.py. Should I add some parameters when python train.py or just use
python train.py
?Since no output is given, I met problems when trying to run demo.py. Thanks a lot!