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

do not understand the codes in imagenet curation sub-folder #69

Open
CoinCheung opened this issue Feb 15, 2019 · 2 comments
Open

do not understand the codes in imagenet curation sub-folder #69

CoinCheung opened this issue Feb 15, 2019 · 2 comments

Comments

@CoinCheung
Copy link

Hi,

Thanks for providing this helpful codebase. I am trying to use imagenet video dataset also, and I might have to implement a python version since I use python in my project. I do not understand the details of this codebase. Will the code generate image chips with the objects in their centers, and will the generated chips be fixed in their sizes?

@bertinetto
Copy link
Owner

bertinetto commented Feb 15, 2019 via email

@CoinCheung
Copy link
Author

Thanks!
In one case, the target size is 255x255, and the bounding box size of the object is 40x60, while the image size is 500x700. I can crop a chip of size 255x255 with the 40x60 bounding box at its center. However, suppose the bounding box has size 400x600, shall I still crop a 255x255 chip within the 400x600 bounding box, or do I need to resize? If so, would you please tell me what size should I resize the image into?

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