larrywal-express
larrywal-express
I also faced the same problem
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...
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...
Another problem generated after I added below to the code. if _name_== "_main_": The problem is with the "Class ImageTransformer (object)"