Hello everyone
I have a dataset that contain images of random people’s faces and a csv file that has the image files names and the corresponding 68 facial keypoints, similar to this:
Image | 0 | 1 | 2 | 3 | … | 136 |
---|---|---|---|---|---|---|
/file.jpg | 54 | 11 | 23 | 43 | .. | 12 |
How do I load dataset in tensorflow?
Thanx
submitted by /u/RepeatInfamous9988
[visit reddit] [comments]