Helias / Car-Model-Recognition

Car Model Recognition project
75 stars 19 forks source link

error when run 'python main.py -t' #8

Closed Shame-fight closed 3 years ago

Shame-fight commented 3 years ago

Thanks for your work, when I run python main.py -t for training, I ran into a problem: This seems to be a multithreading problem, I don't know how to solve it, can you help me? looking forward to your replay. @Helias 1

Shame-fight commented 3 years ago

I have solved this problem just adding codes if __name__ == '__main__': before traing code.

Helias commented 3 years ago

thank you to share the solution 👍