From e54226ae6594264f9e990bcd3507f6395725e294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E7=8B=84=E5=A8=81=E5=B0=94?= <751387081@qq.com> Date: Thu, 17 Nov 2022 01:40:29 +0000 Subject: [PATCH] update MonocularDepthEstimation_V2/README.MD. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贝狄威尔 <751387081@qq.com> --- MonocularDepthEstimation_V2/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MonocularDepthEstimation_V2/README.MD b/MonocularDepthEstimation_V2/README.MD index e04c3fd..c134c37 100644 --- a/MonocularDepthEstimation_V2/README.MD +++ b/MonocularDepthEstimation_V2/README.MD @@ -244,4 +244,4 @@ python3 utils/cal_accuracy.py --gt_path=./dataset/depth_info --pred_path=./resul 执行完毕后,命令行会输出模型精度的各项指标。 -作为对比,单目深度估计v1的平均精度为[0.7945507947291235, 0.9302372572859156, 0.9714240941130378]。 \ No newline at end of file +作为对比,单目深度估计v1的平均精度为[0.7945507947291235, 0.9302372572859156, 0.9714240941130378]。v2项目精度达标,跟v1的精度完全一致。 \ No newline at end of file