-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
Proposal
We must have a function that reads images and converts it to a tensor in order to implement C++ datasets. I have written the said function here with OpenCV
. But using OpenCV
just to read images is an overkill.
I suggest that we implement functions that read a specific format (for example a function that reads png
images using libpng
). We can cover the formats that are used in the datasets that will be implemented.