From 65a649cc2142ccf7030bafb3387337ad50be6ed2 Mon Sep 17 00:00:00 2001 From: HJW <1576345902@qq.com> Date: Thu, 26 Sep 2024 20:10:34 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE=20Vision=20bug=20=E5=9D=90=E6=A0=87?= =?UTF-8?q?=E8=B6=85=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_position_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_position_test.py b/get_position_test.py index 0759f29..f247325 100644 --- a/get_position_test.py +++ b/get_position_test.py @@ -5,7 +5,7 @@ # @Author : hjw # @File : get_position_test.py ''' -from Vision.camera_coordinate_dete import Detection +from Vision.camera_coordinate_dete_img import Detection from Trace.handeye_calibration import * from Vision.tool.utils import get_disk_space from Vision.tool.utils import remove_nan_mean_value @@ -51,4 +51,4 @@ def detectionPerson_test(): break if __name__ == '__main__': - detectionPerson_test() \ No newline at end of file + detectionPosition_test() \ No newline at end of file