-
Notifications
You must be signed in to change notification settings - Fork 103
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
issue using converted vnect.pkl #11
Comments
check vnect_model.py in the models folder. There's a function called "load_weights" and you could use saver.save to get vnect_tf. |
@yukaliu07 could you maybe provide some more detail on how to use saver.save? I have implemented it as follows, but the model files that this returns, give me wrong results:
|
@lavage |
@yukaliu07 @lavage |
@yukaliu07 |
Hello,
But I am getting an error like this I have tried editing vnect_model.py file as per
But I couldn't solve the problem, Can someone help me with this |
@Robinchacko |
I changed code line 173-181 in vnect_tf.py
And also changed line 21 in demo_tf.py
|
can any one provide model files please? [email protected] , author is not replying. |
@musab1234, |
Can you send your weight and model files?I have sent a email to the author since last week, but he haven't replied yet. my email is [email protected] |
can you send the weight and model file? much appreciation!! [email protected] |
Can you send the weight and the model file? Much appreciation!! [email protected] |
i converted the caffemodel using the caffe_weights_to_pickle.py.
however, when i want to load the vnect.pkl with tensorflow, i get:
DataLossError (see above for traceback): Unable to open table file models/weights/vnect_tf: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
thanks for any help
The text was updated successfully, but these errors were encountered: