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