-
Notifications
You must be signed in to change notification settings - Fork 3
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
Trouble loading #1
Comments
it looks like you have problem with the input .mat file (No such file or directory: 'files.mat') Follow "Converting a pretrained model" section in the read me. If doesn't work I will share the final pkl file with you |
I was able to convert it! I had to use this command and it worked: |
However, now I have another unicode error, which I'm not sure where the bad character is or why: Traceback (most recent call last): |
I am not sure about this. Maybe try different python version, or upgrade your python packages |
Rats, I tried a different python version (anaconda) but it still didn't work. |
I uploaded the converted weights, hope this can help: |
@moaljazaery i can't access this link |
Sorry, the link access setting was wrong. Try now! |
Hi, I was having trouble running your code.
The argument: --weight_file_path /path/to/pickle_file, does this just point to the output directory, or does this point to another file we need to download somewhere? I'm not sure where to find it.
Also, if just a directory for output, I get the following error:
Traceback (most recent call last):
File "matconvnet_hr101_to_pickle.py", line 29, in
f = sio.loadmat(args.matlab_model_path)
File "/Users/tvision/Desktop/TinyFaces-Face-Detector-TF/tiny-env/lib/python3.6/site-packages/scipy/io/matlab/mio.py", line 141, in loadmat
MR, file_opened = mat_reader_factory(file_name, appendmat, **kwargs)
File "/Users/tvision/Desktop/TinyFaces-Face-Detector-TF/tiny-env/lib/python3.6/site-packages/scipy/io/matlab/mio.py", line 64, in mat_reader_factory
byte_stream, file_opened = _open_file(file_name, appendmat)
File "/Users/tvision/Desktop/TinyFaces-Face-Detector-TF/tiny-env/lib/python3.6/site-packages/scipy/io/matlab/mio.py", line 39, in _open_file
return open(file_like, 'rb'), True
FileNotFoundError: [Errno 2] No such file or directory: 'files.mat'
The text was updated successfully, but these errors were encountered: