Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The prediction was incorrect where use best_model_trancos_ResFCN.pth #30

Open
quuhua911 opened this issue Feb 16, 2020 · 1 comment
Open

Comments

@quuhua911
Copy link

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

@IssamLaradji
Copy link
Collaborator

IssamLaradji commented Feb 16, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants