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

Handling large datasets #18

Open
EtienneDavid opened this issue Nov 19, 2019 · 4 comments
Open

Handling large datasets #18

EtienneDavid opened this issue Nov 19, 2019 · 4 comments

Comments

@EtienneDavid
Copy link
Contributor

Hello,

I recently faced an issue with the tool while converting a very large dataset. The problem is that in the dataset object the image is loaded and save, for drawing purposes. But for very large dataset it means blowing away the RAM...

I don't know if having an option to disable the drawing for large dataset is something we want or not... What do you think ?

@jsbroks
Copy link
Owner

jsbroks commented Nov 19, 2019

Going point. No need to load all the images if you only want to do annotation manipulation. Probably lazy loading it would be best

@EtienneDavid
Copy link
Contributor Author

OK, i will think about it and probably propose a PR

@EtienneDavid
Copy link
Contributor Author

#20

@Petros626
Copy link

@EtienneDavid the commits were to handel large datasets right? so i should do it on my own, the author did not update it?

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

3 participants