RentadroneCL / Photovoltaic_Fault_Detector

Model Photovoltaic Fault Detector based in model detector YOLOv.3, this repository contains four detector model with their weights and the explanation of how to use these models.
https://simplemap.io
GNU General Public License v3.0
40 stars 20 forks source link

Does annotated dataset available? #37

Open omarhassan97 opened 1 year ago

omarhassan97 commented 1 year ago

"View folder Train&Test_A/ and Train&Test_S/, example of panel anns and soiling fault anns."

Is this folder available with the annotated data? because I can not find it.

huguerra commented 1 year ago

same issue here, I am stuck on load_model because of that

dlsaavedra commented 1 year ago

Unfortunately, this folder could not be made public due to data privacy rules. If you want to work with your own data set, I recommend using the LabelImg code from: https://github.com/tzutalin/labelImg in which you can create the annotations with the data structure necessary to train the models.

huguerra commented 1 year ago

thanks for the quick Response.

Regards