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

file #18

Open
Sayantan17 opened this issue Mar 10, 2018 · 0 comments
Open

file #18

Sayantan17 opened this issue Mar 10, 2018 · 0 comments

Comments

@Sayantan17
Copy link

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

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