-
Notifications
You must be signed in to change notification settings - Fork 13
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
Pre-trained Model #16
Comments
Hi @Alkaponn , thanks for your interest. |
Thanks for the help! After loading the model, how can I use it in the published code? Should I implement the evaluation from scratch? |
@Alkaponn I could release some additional codes of mine, but it will take some time. |
Thanks a lot. I'm planning to evaluate the model on a subset of the DSEC dataset. I've managed to download the pre-trained model but I think I need the DNN model class implementation. |
Hi, could you upload the codes if you are available? |
Hi @Alkaponn , sorry for being late but I released the EV-FlowNet model file. Training/inference scripts may still take some time, and I will keep track on #14 . |
Hi, thanks for such great work!
I tried to load the model file specified in this comment using pickle, but I got this error:
_pickle.UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.
Code:
If that file is no longer available, could you share it again?
Also, it would be great if you could explain how to load a pre-trained model in "run_inference.py".
The text was updated successfully, but these errors were encountered: