mmsegmentation
mmsegmentation copied to clipboard
Using MMSEGMENTATION with NPY Files
Has anyone, by any chance, ever implemented code that allows MMSEGMENTATION to train with NPY files rather than images?
I've got really large datasets (which are all larger than a few TBs) that are all in NPY files, and I was hoping I could avoid converting them all to PNG files.
I guass u could rewrite LoadImageFromFile
and LoadAnnotations
Yeah, I'll try to do that. Thanks!
I tried doing that (changing LoadImageFromFile with other functions), but I got errors. Could you tell me if you solve and how?