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

[Question] Use of tiling mechanism for SSD models #49

Closed
parthjdoshi opened this issue Jan 18, 2021 · 2 comments
Closed

[Question] Use of tiling mechanism for SSD models #49

parthjdoshi opened this issue Jan 18, 2021 · 2 comments

Comments

@parthjdoshi
Copy link

Hey @GeekAlexis , I had a query regarding the use of tiles in the SSD models. Are you doing it to create batches and improve inference time? Would it be considerably slower or inaccurate to just pass the whole image, rather than passing individual tiles?

@GeekAlexis
Copy link
Owner

GeekAlexis commented Jan 19, 2021

@arsenal-2004 Yes, it would have more detection misses without tiling because the pretrained SSD models come with small input size (300x300). You can try it out by using “tiling_grid": [1, 1] in mot.json

@parthjdoshi
Copy link
Author

@GeekAlexis I understand. Thank you

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