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
I have searched the Roboflow Notebooks issues and found no similar bug report.
Description
PPM files are simply RGB pixels in an array. Its super simple to not only parse, but also create, slice and do other things with. JPG, bitmaps and etc other formats have complex headers and sometimes even lookup tables. Making things like slicing very complex unless you use a library.
I was surprized the tool does not support PPM so hoping this super simple format may be supported.
Additional
No response
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
PPM files are simply RGB pixels in an array. Its super simple to not only parse, but also create, slice and do other things with. JPG, bitmaps and etc other formats have complex headers and sometimes even lookup tables. Making things like slicing very complex unless you use a library.
I was surprized the tool does not support PPM so hoping this super simple format may be supported.
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: