LCFCN icon indicating copy to clipboard operation
LCFCN copied to clipboard

The prediction was incorrect where use best_model_trancos_ResFCN.pth

Open quuhua911 opened this issue 5 years ago • 1 comments

When I tested it with pictures from the Internet, the results were completely incorrect. What was the reason? python main.py -image_path /home/quh/pythonwork/C-3-Framework/datasets/test/a1/a1.png -model_path checkpoints/best_model_trancos_ResFCN.pth -model_name ResFCN python main.py -image_path /home/quh/pythonwork/C-3-Framework/datasets/test/a1/t1.png -model_path checkpoints/best_model_trancos_ResFCN.pth -model_name ResFCN t1 png_blobs_count:87 a1 png_blobs_count:61

quuhua911 avatar Feb 16 '20 08:02 quuhua911

this is expected, because the model is trained on trancos. The dataset only has around 400 images and look very different from the images above.

The model needs to be trained on a dataset like COCO for it to work on internet images like the ones you showed.

Would you like to try training LCFCN on COCO?

IssamLaradji avatar Feb 16 '20 09:02 IssamLaradji