thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

how to Loading all images using imread from a given folder while Testing ? #1118

Closed ankitAMD closed 4 years ago

ankitAMD commented 4 years ago

I have modified the testing file and changed into automated testing file. Read Carefully and Understand Properly.

https://github.com/ankitAMD/Darkflow-object-detection/blob/master/Custom%20Automated%20Testing%20images%20of%20Solar_Panel%20(using%20tiny-yolo.cfg%20and%20weights).ipynb

ankitAMD commented 4 years ago

https://github.com/ankitAMD/Read-Multiple-images-from-a-folder-using-python-cv2