From 03e8e313083f0787d3c63dab6e14acf0507b9d0a Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Tue, 11 Sep 2018 12:58:17 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d4a92..8261122 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ For the first time, custom CUDA operations for FlowNet will be compiled. If you - Line38: specify your g++ version ## Testing -Test DepthNet on KITTI raw (You can use the validation set to selct the best model.) +Test DepthNet on KITTI raw (You can use the validation set to select the best model.) ``` python test_kitti_depth.py --dataset_dir=/path/to/your/data --output_dir=/path/to/save/your/prediction --ckpt_file=/path/to/your/ckpt --split="val or test" python kitti_eval/eval_depth.py --pred_file=/path/to/your/prediction --split="val or test"