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

Cannot find yolov3-modanet_last.weights #14

Open
0xhankoc opened this issue Aug 2, 2023 · 0 comments
Open

Cannot find yolov3-modanet_last.weights #14

0xhankoc opened this issue Aug 2, 2023 · 0 comments

Comments

@0xhankoc
Copy link

0xhankoc commented Aug 2, 2023

Getting the error

Traceback (most recent call last):
  File "new_image_demo.py", line 62, in <module>
    detectron = YOLOv3Predictor(params=yolo_params)
  File "/home/ubuntu/server/Clothing-Detection/predictors/YOLOv3.py", line 22, in __init__
    self.model = self.load_model()
  File "/home/ubuntu/server/Clothing-Detection/predictors/YOLOv3.py", line 59, in load_model
    model.load_darknet_weights(self.params['weights_path'])
  File "/home/ubuntu/server/Clothing-Detection/yolo/utils/models.py", line 312, in load_darknet_weights
    with open(weights_path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'yolo/weights/yolov3-modanet_last.weights'

it seems like download_weights.sh doesn't include the yolov3-modanet_last.weights file any ideas ?

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

1 participant