Time-Travel-Rephotography / Time-Travel-Rephotography.github.io

We simulate traveling back in time with a modern camera to rephotograph famous historical subjects.
https://time-travel-rephotography.github.io/
MIT License
341 stars 53 forks source link

No module named 'projector' #24

Open Jeil-dev opened 2 years ago

Jeil-dev commented 2 years ago

Hi, i'm tryna to use the the colab demo but when i arrive at the "Run" part i get this error:

ModuleNotFoundError Traceback (most recent call last)

in 3 4 from argparse import Namespace ----> 5 from projector import ( 6 ProjectorArguments, 7 main,

ModuleNotFoundError: No module named 'projector'

siani26 commented 2 years ago

i have the same issue

Corbi commented 2 years ago

Same problem.

margaritageleta commented 1 year ago

You just need to run this line before everything else: cd /content/Time-Travel-Rephotography if using Colab.