pseudoLabelGeneratorForYOLO icon indicating copy to clipboard operation
pseudoLabelGeneratorForYOLO copied to clipboard

blank results after converting to yolo

Open shwingbu opened this issue 4 years ago • 1 comments
trafficstars

After running the yolo.sh file , my results are all blank. Could you let me know how to fix that please ?

shwingbu avatar Mar 04 '21 10:03 shwingbu

for i in do python3 yolo.py --image dataset/data$i.jpg --text dataset/data$i.txt --classes classes.txt > output/data$i.txt done

create an output file to save the .txt, moreso add +" " to line 33 in yolo.py

larrywal-express avatar Jun 10 '21 08:06 larrywal-express