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

train the cowc datasets with 0.3 gsd #88

Closed
nmxnql opened this issue Dec 4, 2019 · 1 comment
Closed

train the cowc datasets with 0.3 gsd #88

nmxnql opened this issue Dec 4, 2019 · 1 comment

Comments

@nmxnql
Copy link

nmxnql commented Dec 4, 2019

I train the original cowc datasets with 0.15 gsd and get 0.72 mAP, but when I run the rescale_ims() in the simrdwn-master/data_prep/yolt_data_prep_funcs.py to generate the images with 0.3 gsd, I get 0.42 mAP. In your paper, the car mAP is 0.72 when the cowc images' gsd is 0.3. I can't get as good results as in your paper.I don't know why.

@avanetten
Copy link
Owner

You'll have to retrain at 0.3 meter GSD as well. The rescale_ims() function will only transform images to a different resolution. If the model is trained at one resolution (0.15m) applying that model to a a different resolution (0.3m) the results will be poor.

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