RodrigoGantier / SPADE_E2VID

Event to video reconstruction with spade module
39 stars 3 forks source link

ModuleNotFoundError: No module named 'cedric_firenet.utils' #3

Open JavierMartinAme opened 3 years ago

JavierMartinAme commented 3 years ago

While I am executing the following line of code: python benchmark.py --root_dir /path/to/data/SPADE_E2VID

When evaluating the firenet model I get the following error: ModuleNotFoundError: No module named 'cedric_firenet.utils'

I have checked the repository files and I have seen that they are not uploaded, could you provide them to me?

RodrigoGantier commented 3 years ago

I added the missing directories, I hope u can run the code now.

JavierMartinAme commented 3 years ago

I have also realized that there is also another file missing, it is called full_data.pth, it should be located in res folder.

RodrigoGantier commented 3 years ago

I added the missing file, if you find another missing file, please let me know. I'll try to solve the problem as soon as possible