Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blank results after converting to yolo #3

Open
shwingbu opened this issue Mar 4, 2021 · 1 comment
Open

blank results after converting to yolo #3

shwingbu opened this issue Mar 4, 2021 · 1 comment

Comments

@shwingbu
Copy link

shwingbu commented Mar 4, 2021

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

@larrywal-express
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants