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
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 ?
The text was updated successfully, but these errors were encountered:
Getting the error
it seems like download_weights.sh doesn't include the yolov3-modanet_last.weights file any ideas ?
The text was updated successfully, but these errors were encountered: