daigo0927/pwcnet

ModuleNotFoundError: No module named 'datahandler.flow'

YoungJ-Baek opened this issue · 2 comments

i find this error message when i type
python train.py --dataset SintelClean --dataset_dir /path/to/MPI-Sintel-complete

Traceback (most recent call last):
File "train.py", line 11, in
from datahandler.flow import get_dataset
ModuleNotFoundError: No module named 'datahandler.flow'

how can i solve this problem?

Sorry for getting my response too late.
As the answer, git clone --recursive https://github.com/daigo0927/pwcnet.git would solve the issue.
The absence of submodule (= datahandler) causes this problem :)

@YoungJ-Baek did it worked for you?