Skip to content

file #18

@Sayantan17

Description

@Sayantan17

load_weights(model,'./yolo-tiny.weights')

FileNotFoundError Traceback (most recent call last)
in ()
2
3
----> 4 load_weights(model,'./yolo-tiny.weights')

/anaconda3/lib/python3.6/site-packages/utils/utils.py in load_weights(model, yolo_weight_file)
9 def load_weights(model,yolo_weight_file):
10
---> 11 data = np.fromfile('yolo_weight_file',np.float32)
12 data=data[4:]
13

FileNotFoundError: [Errno 2] No such file or directory: './yolo-tiny.weights'

Please help me to sort the issue. Thanks

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