hotg-ai / rune

Rune provides containers to encapsulate and deploy edgeML pipelines and applications
Apache License 2.0
136 stars 15 forks source link

For image capability, need to extract from manifest what imagesize is, if its RGB BGR YUV or Grayscale #146

Closed Ge-te closed 3 years ago

Ge-te commented 3 years ago

Need these parameters to reformat in app. Needs to be send from manifest -> SDK -> App

Links to https://github.com/hotg-ai/rune_vm/issues/3

Michael-F-Bryan commented 3 years ago

According to image-rs/image#1217 the image crate doesn't support YUV images, but we can convert between everything else.