chenjshnn / Object-Detection-for-Graphical-User-Interface

Object Detection for Graphical User Interface: Old Fashioned or Deep Learning or a Combination?
Apache License 2.0
119 stars 27 forks source link

White image output on using YOLOV3 #6

Closed meetgandhi123 closed 2 years ago

meetgandhi123 commented 2 years ago

I am trying to run PyTorch-YOLOV3 model on google colab.

On creating a test_folder and adding a few images in it and running the script, all the output images were generated as plain white.

Is there something I am missing? I have also attached my Google Colab Notebook link if possible can you please look at it. Thank you so much for your time and I really appreciate it.

Link: https://colab.research.google.com/drive/1h94WIBymEuBdvIRsRRna1iEwsrbbL9sc?usp=sharing

Test Images that I am using: https://drive.google.com/drive/folders/1ClPJynZeix7_f-sNl9LNM3zv7Zv7BJTk?usp=sharing

image

meetgandhi123 commented 2 years ago

Issue solved on configuring the system on local system rather then Google colab.