-
Notifications
You must be signed in to change notification settings - Fork 47
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
which encoding is needed to load the model parameter? #9
Comments
I am using Windows platform. |
做数模的看过来 |
你们这题做的怎么样? |
卡住了,不会python。想找个matlab的,找不到 |
Is the problem solved? Thanks |
hello, i am a student. this is the forth question and i have finished the first three questions by matlab. However, i am not familiy with python. if u can help me, i will say |
Hello, Best wishes, |
Hi,
When I run the demo, I come across a problem,::::::
File ".\DeepOcclusion\DeepOcclusion\VGG\VGGNet.py", line 98, in init
paramsValuesVGG = pickle.load(open(os.path.dirname(file)+"/models/paramsVGG.pickle","rb"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
It seems encoding is wrong, which should I use?
Thanks?
The text was updated successfully, but these errors were encountered: