-
Notifications
You must be signed in to change notification settings - Fork 352
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
example error #18
Comments
@Hajix please use python2.7 and the pytorch version less than 0.3, i did not test for python3 before. |
@kuaikuaikim Hello, I have the same issue although I tried it using python 2.7.15 and pytorch 0.2.0+0b92e5c. |
@kuaikuaikim and @Hajix : I am running into the same issue. Any update? Thanks |
Recently, I also encountered the same problem. I compared it with the tensorflow version of mtnnn.I found that there is a problem in the preprocessing of the network. The image needs to be multiplied by 1/255, but Dface is not. When you test, go to view and confirm the input image tensor @kuaikuaikim @Hajix |
Did you run the demo successfully? I found the reg output by PNet are too large, which results in this error. I try to add the 1/255 preprocess, but it didn't work. Do you have some advice? @kuaikuaikim @hanson-young |
remove python2.7 pickle redefine pickle as below: and modify the code as below: |
Hi
I run test_image.py and get the following error:
I use pytorch .4 and python 3.5
The text was updated successfully, but these errors were encountered: