Open
Description
Feature Description
Convert image Data into tensors
Problem Statement
Since our next milestone is to develop YOLO, a vision model we need to find a way to handle images. This means having an internal img library to convert to tensors PNGs and JPEGs or to find and use an existing library (but this will mean having a dependency
Suggested Solution
Already existing library Even if i personally prefer the non dependency version