From ca2a2cb8e1e747949111fc4aa9d3bc010cc0e09b Mon Sep 17 00:00:00 2001 From: Xingyu Liu Date: Fri, 3 Jan 2020 08:39:37 -0800 Subject: [PATCH] modified README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff19bf4..3118b24 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ To evaluate the FlyingThings3D trained model on KITTI without finetuning, first ``` sh command_evaluate_kitti.sh ``` -Note that the model used for evaluation is in `model_concat_upsa_eval_kitti.py` instead of the model used for training. The average 3D EPE result is approximately 0.175m, better than what was reported in the paper. +Note that the model used for evaluation is in `model_concat_upsa_eval_kitti.py` instead of the model used for training. ### License Our code is released under MIT License (see LICENSE file for details).