Closed aa12356jm closed 4 years ago
thanks
The colab gives this error while running the fence_demo file. The model doesn't seem to be present in the needed folder.
ValueError: The passed save_path is not a valid checkpoint: tfoptflow/tfoptflow/models/pwcnet-lg-6-2-multisteps-chairsthingsmix/pwcnet.ckpt-595000
The colab gives this error while running the fence_demo file. The model doesn't seem to be present in the needed folder.
ValueError: The passed save_path is not a valid checkpoint: **_tfoptflow/tfoptflow/models/pwcnet-lg-6-2-multisteps-chairsthingsmix/_**pwcnet.ckpt-595000
go inside that folder there is a link to de model
The wget
cell must be placed before the python
cell. Moreover, the command should be !wget
not $ wget
, and the output path tfoptflow/tfoptflow/models/pwcnet-lg-6-2-multisteps-chairsthingsmix/pwcnet.ckpt-595000.index
Traceback (most recent call last): File "train_reflection_online.py", line 45, in <module> from model_pwcnet import ModelPWCNet, _DEFAULT_PWCNET_TEST_OPTIONS File "tfoptflow/tfoptflow/model_pwcnet.py", line 18, in <module> from model_base import ModelBase File "tfoptflow/tfoptflow/model_base.py", line 16, in <module> from ckpt_mgr import BestCheckpointSaver ModuleNotFoundError: No module named 'ckpt_mgr'