You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello There @SimonCL17,
I guess the problem is related to an optional parameter in readNet() function.
Are you sure your weights file ends with .weights extension and config file ends with .cfg extension?
Try changing the below line with the one provided latter
Note: You need to enter the path according to the python standards.
For example, assuming your path is E:\data\yolov3_trained.weights
Enter, E:\\data\\yolov3_trained.weights
Though, soon I might generate a pr fixing this issue by using pathlib to handle the paths :)
Hi there,
I believe I have correctly put in the absolute paths. When I run main.py I get the following error. Are you able to help?
The text was updated successfully, but these errors were encountered: