-
Notifications
You must be signed in to change notification settings - Fork 48
Cannot find yolov3-modanet_last.weights #14
Copy link
Copy link
Open
Description
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels