Skip to content
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

Open
JaeDukSeo opened this issue Apr 28, 2020 · 8 comments
Open

This work is crazy, hope the code gets released. #1

JaeDukSeo opened this issue Apr 28, 2020 · 8 comments

Comments

@JaeDukSeo
Copy link

This is awesome work, hope to play around with it.

@xamyzhao
Copy link
Owner

Thank you! I'm working on cleaning up the code for release and will hopefully have it up within a few weeks.

@Vaelek
Copy link

Vaelek commented Jun 21, 2020

How's that looking?

@xamyzhao
Copy link
Owner

@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.

@ghost
Copy link

ghost commented Jun 22, 2020

@xamyzhao I would also be interested in trying out the model, great work thanks

@xamyzhao
Copy link
Owner

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.

@ghost
Copy link

ghost commented Jun 28, 2020

@xamyzhao for inference, cv2.imshow requires an X server, which isn't available in google colab

@ghost
Copy link

ghost commented Jun 28, 2020

should this line 84-85 be like this in make_timelapse.py
pred_vid_im = vis_utils.visualize_video(pred_vid[0], normalized=True) * 255.0

@xamyzhao
Copy link
Owner

@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. cv2.imshow displays images in the range [0, 1] just fine for me, but you can convert the images to [0,255] uint8 if you wish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants