KeyError: 'max_overlaps'
I got ResourceExhaustedError when running train_net.py with original PASCAL VOC 2007, so I reduced the number of Images and Annotations to 1000. Then I tried to run train_net.py again, and got an error below.
What should I do for solving this error? Could you please let me know any solution for this?
Computing bounding-box regression targets...
Traceback (most recent call last):
File "./faster_rcnn/train_net.py", line 109, in
Hi, @Esugi8 Did you figure out this problem?
ResourceExhaustedError sounds like your GPU does not have enough memories.
You can try to set TRAIN.SCALES to a small number, like 400.
did you solve it?
try clean up the roidb cache file in $TFFRCNN/data/cache. It works for me to solve the 'max_overlaps' problem.