ykasten / layered-neural-atlases

MIT License
589 stars 65 forks source link

Trouble with preprocess_optical_flow.py #1

Closed corranmac closed 2 years ago

corranmac commented 2 years ago

Hi there! This project is phenomenol, seriously excited to try this, see what others make of it and how people use it.

Update: Managed to fix this! I realised that I just hadn't cloned the Raft project properly.


I'm trying to run this in colab, it appears to work up until the point Im trying to run preprocess_optical_flow.py where it gives me. "" /content/drive/MyDrive/VideoEdit/layered-neural-atlases Traceback (most recent call last): File "/content/drive/MyDrive/VideoEdit/layered-neural-atlases/preprocess_optical_flow.py", line 4, in from raft_wrapper import RAFTWrapper File "/content/drive/MyDrive/VideoEdit/layered-neural-atlases/raft_wrapper.py", line 12, in from utils.utils import InputPadder ModuleNotFoundError: No module named 'utils' "" I have imported the models under RAFT/models but don't see a utils file or folder anywhere, other than unwrap_utils.py.

Hoping you might have time to answer my query. Again amazing work!