-
Notifications
You must be signed in to change notification settings - Fork 8
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
This work is crazy, hope the code gets released. #1
Comments
Thank you! I'm working on cleaning up the code for release and will hopefully have it up within a few weeks. |
How's that looking? |
@Vaelek it is coming along! I have the model pre-training and evaluation code working, and I am cleaning up and debugging the sequential training code. If you are interested in trying out the model, I can commit that first. |
@xamyzhao I would also be interested in trying out the model, great work thanks |
Just uploaded the trained models and some sample inference code! Please let me know if you run into any issues with it. I'll be working on cleaning up the rest of the training code. |
@xamyzhao for inference, cv2.imshow requires an X server, which isn't available in google colab |
should this line 84-85 be like this in make_timelapse.py |
@ak9250 feel free to save or display the images however you wish; the provided script is just some sample code that shows how to run the model. |
This is awesome work, hope to play around with it.
The text was updated successfully, but these errors were encountered: