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

regarding min_sizes and max_size in config file #38

Closed
isalirezag opened this issue Sep 29, 2018 · 1 comment
Closed

regarding min_sizes and max_size in config file #38

isalirezag opened this issue Sep 29, 2018 · 1 comment

Comments

@isalirezag
Copy link

can you please suggest how should i define the min_sizes and max_sizes for a costume dataset?

@GOATmessi8
Copy link
Owner

GOATmessi8 commented Sep 29, 2018

@isalirezag It mainly depends on your input size and the object size distribution of your dataset. I only use the default setting from original SSD, e.g., [0.1,0.2,0.37,0.54,0.71,0.88] of input size for VOC300. For your own dataset, I suggest you use k-means like in YOLOv2, or just follow the original SSD.

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