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

Fine Tuning the Model on a fraction of VOC #15

Closed
mmaaz60 opened this issue Sep 19, 2021 · 2 comments
Closed

Fine Tuning the Model on a fraction of VOC #15

mmaaz60 opened this issue Sep 19, 2021 · 2 comments

Comments

@mmaaz60
Copy link

mmaaz60 commented Sep 19, 2021

Hi @amirbar,

Thank You for the great work. It looks like the parameter --filter_pct has never been used in the code. It means the code effectively running fine-tuning on whole VOC/COCO datasets. Please correct me if I am wrong.

Thanks

@amirbar
Copy link
Owner

amirbar commented Sep 20, 2021

Hi @mmaaz60,

For COCO --filter_pct is used here:

filter_pct = args.filter_pct

For Pascal you are right, and it seems like I forgot to plug it in this code (it has gone through some refactoring..). Sorry about this and thank you for spotting this! I will submit a fix soon.

Amir

@amirbar amirbar changed the title Fine Tuning the Model on a fraction of VOC/COCO datasets Fine Tuning the Model on a fraction of VOC Sep 20, 2021
@mmaaz60
Copy link
Author

mmaaz60 commented Sep 20, 2021

Thank You

@amirbar amirbar closed this as completed Sep 23, 2021
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