LingxinMeng 7 hónapja
szülő
commit
f9c4d0f6f0
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/python2/pjibot/csv-pjibot.py

+ 1 - 1
src/python2/pjibot/csv-pjibot.py

@@ -11,7 +11,7 @@ path1 = '/mnt/disk001/dcl_data_process/src/python2/pjibot/'
 path2 = '/mnt/disk001/run' # 生成评价报告pdf的可执行文件路径
 path3 = '/mnt/disk001/dcl_data_process/src/python3/pjibot_indoor'
 path4 = '/mnt/disk001/dcl_data_process/src/python3/pjibot_indoor/filter_pos.py'
-pgm_path = '/mnt/disk001/cicv-data-closedloop/python2-pjibot-double-camera-module-pji/resource/shiyanshi_newpgm_20240416.pgm'
+pgm_path = '/mnt/disk001/dcl_data_process/src/python3/pjibot_indoor/resource/shiyanshi_newpgm_20240416.pgm'
 
 logging.basicConfig(filename=path1 + 'log/csv.log', level=logging.INFO,
                     format='%(asctime)s - %(levelname)s - %(message)s')