EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Train using images instead of tfrecord?

SyedHamza0196 opened this issue · comments

I am working with a huge dataset and RAM is my limitation as it gets full during creation of tfrecords. Is it possible to do this training using images and labels directly instead of first creating and then using tfrecords?