Google Colab

#12
by amerikamura - opened

Everything seems to work but cant find the output video. Any tips? thanks

why not print the video_path and see what happened

/bin/bash: -c: line 0: syntax error near unexpected token (' /bin/bash: -c: line 0: print video_path = export_to_video(video_frames)'

"print(video_path)" is what you need to use. Videos are saved in /tmp by default btw

from google.colab import files
files.download(video_path)

Download generated video

This comment has been hidden
This comment has been hidden

Hi , i would like to display the video in google collab too, how can i do that , please ?

Sign up or log in to comment