omni-us / squeezedet-keras

Keras implementation of the Squeeze Det Object Detection Deep Learning Framework
MIT License
129 stars 41 forks source link

No disk activity after first epoch #8

Closed egglue closed 6 years ago

egglue commented 6 years ago

Hello

I've tried running train.py and noticed there's no disk read activity after the first epoch. As far as I can see, images are read using cv2.imread and I don't think there's any buffer mechanism implemented. Is it normal to have no disk read after the first epoch? If so, how is buffering achieved?

Thank you