We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1- The command git pull --recurse-submodules doesn't work, the correct one seems to be:
git pull --recurse-submodules
Clone repo and submodules export GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/eric-yyjau/pytorch-deepFEPE.git` git submodule update --init --recursive
git submodule update --init --recursive
2- Missing - in --dataset:
-
--dataset
run the evaluation (dataset should be ready) python run_eval_good.py --dataset kitti --model_base kitti --exper_path logs --runEval
python run_eval_good.py --dataset kitti --model_base kitti --exper_path logs --runEval
The text was updated successfully, but these errors were encountered:
Thanks @sylque for pointing that out!
Sorry, something went wrong.
No branches or pull requests
1- The command
git pull --recurse-submodules
doesn't work, the correct one seems to be:2- Missing
-
in--dataset
:The text was updated successfully, but these errors were encountered: