Open hklchung opened 1 year ago
notebook is currently broken due to changes of ubuntu/python versions and its compatibility with the project's cuda and pytorch versions. it getting hard to keep up with google constantly changing the environment... i will try to look into this when i have more time.
Can you please have a look at the error below? Tried running the notebook on Colab as is with the same demo URLs but it fails on
animate
cell.The error I got is a missing file:
FileNotFoundError Traceback (most recent call last) in <cell line: 62>()
60
61 clear_output()
---> 62 mp4 = open("./results/primitives/mymodel/synthesis/imitations/mymodel-myoutput.mp4", "rb").read()
63 data_url = "data:video/mp4;base64," + b64encode(mp4).decode()
64 HTML(f"""
FileNotFoundError: [Errno 2] No such file or directory: './results/primitives/mymodel/synthesis/imitations/mymodel-myoutput.mp4'
All cells before this ran fine. I did not run any Optional cells. Checked the directories panel and found that in the ./results/promitives/mymodel/ folder there is no synthesis/ directory, only an empty folder call /processed