facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.27k stars 5.46k forks source link

Use just array data instead of .png or .jpeg images, to train and to validate #856

Open andreasalamanos opened 5 years ago

andreasalamanos commented 5 years ago

Hello, to the community. I would like to use Detectron, for images that are not stored as .png or .jpeg, but I just have them in an array form, converted from another file type.

I would prefer, i didn't convert them to png and jpeg

Has anyone tried something similar? Or has anyone any idea if it could happen?

Thanks in advance