Open hadign20 opened 7 years ago
I changed the value of n_classes in TEST_FRCN_ROOT/lib/networks/VGGnet_train.py file from 21 to 10 and the error went away, but there is another problem now. After the iterations of training are done, it repeatedly prompts a line as:Waiting for /home/hadi/Software/tensorflow/TEST_FRCNROOT/output/fasterrcnn_end2end/voc_2007_trainval/VGGnet_fast_rcnn_iter_10.ckpt to exist... . What can I do here?
I am trying to run faster rcnn on a custom dataset. After 5000 iterations suddenly this error shows up:
My images are of size 1024*1024.