pseudoLabelGeneratorForYOLO
pseudoLabelGeneratorForYOLO copied to clipboard
blank results after converting to yolo
trafficstars
After running the yolo.sh file , my results are all blank. Could you let me know how to fix that please ?
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