You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I have a question about how to load large annotation file efficiently.
Im now using about 100GB annotation file and when I try to register all those annotations in CPU memory, it uses more than 100GB memory (about >200) and raise memory error:
numpy.core._exceptions.MemoryError: Unable to allocate 106. GiB for an array with shape (113830834151,) and data type uint8
I think there might be solution for efficiently handle large dataset but can not find it at detectron2.
Any ideas?
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I have a question about how to load large annotation file efficiently.
Im now using about 100GB annotation file and when I try to register all those annotations in CPU memory, it uses more than 100GB memory (about >200) and raise memory error:
numpy.core._exceptions.MemoryError: Unable to allocate 106. GiB for an array with shape (113830834151,) and data type uint8
I think there might be solution for efficiently handle large dataset but can not find it at detectron2.
Any ideas?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions