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
Apache License 2.0
2.92k stars 1.3k forks source link

Train using images instead of tfrecord? #587

Open SyedHamza0196 opened 2 years ago

SyedHamza0196 commented 2 years ago

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?