Skip to content

Cannot find yolov3-modanet_last.weights  #14

@0xhankoc

Description

@0xhankoc

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions