sniklaus / 3d-ken-burns

an implementation of 3D Ken Burns Effect from a Single Image using PyTorch
Other
1.51k stars 224 forks source link

Add run on repl.it badge to README #12

Closed piemadd closed 4 years ago

piemadd commented 4 years ago

This pull request configures this repository to be run on Repl.it. It adds a .replit configuration file and a Repl.it badge to the README. You can read more about running repos on Repl.it here, or view the Repl here.

sniklaus commented 4 years ago

Thank you for your contribution and my apologies for not having responded yet. I followed the link and pressed the play button. I am greeted with the following error though.

python interface.py
Traceback (most recent call last):
  File "interface.py", line 3, in <module>
    import torch
ModuleNotFoundError: No module named 'torch'

It seems like PyTorch is not installed. Any thoughts on what I may be doing wrong?

sniklaus commented 4 years ago

Closing due to inactivity, feel free to reopen at your convenience.