ggcnn icon indicating copy to clipboard operation
ggcnn copied to clipboard

python eval_ggcnn.py error

Open luaisi opened this issue 3 years ago • 3 comments

AttributeError: 'collections.OrderedDict' object has no attribute 'compute_loss'

When I run python python eval_ggcnn.py --network epoch_41_iou_1.00_statedict.pt --dataset jacquard --dataset-path /home/luai/luai/Samples/ --jacquard-output --iou-eval , AttributeError: 'collections.OrderedDict' object has no attribute 'compute_loss'

how to solve this problem

luaisi avatar Mar 06 '21 12:03 luaisi

I have the same problem, have you solved this problem?

xiaofeiso avatar Sep 10 '22 09:09 xiaofeiso

I have the same problem too, have you solved this problem?

CHDrago avatar Sep 20 '22 12:09 CHDrago

Sovel it!!!By replacing epoch_41_iou_1.00_statedict.pt with epoch_41_iou_1.00

CHDrago avatar Sep 20 '22 13:09 CHDrago