You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i running command: train_rpn.py --path=/src/public/testData/train.txt --network=vgg --parser=simple
I see next error in console:
ValueError: Found unexpected losses or metrics that do not correspond to any Model output: dict_keys(['filepath', 'width', 'height', 'bboxes', 'imageset']). Valid mode output names: ['rpn_out_class', 'rpn_out_regress'].
What i need to do to fix that?
The text was updated successfully, but these errors were encountered:
When i running command:
train_rpn.py --path=/src/public/testData/train.txt --network=vgg --parser=simple
I see next error in console:
What i need to do to fix that?
The text was updated successfully, but these errors were encountered: