Small yolo project
Project detail
Hello,
I have a small project in deep learning
I have 3 directories with 1000 images in each of them
for each image i have an xml file that declare where are the bugs on the leaf that appear in the image
I need to make 3 scrips that will learn and test the the bug:
one srpipt will run yolo v4 tiny
the second will run yolor
and the third will run yolo v7
there is just one class: whitefly
based on the possitions in the XML file i croped 1000 images, and save the small images, i thought it will be easier to train (I am not sure if it is bad or good idea)
i need it until tomorrow