baidu / boteye

210 stars 72 forks source link

./app_tracking: not found #33

Open QLJX opened 6 years ago

QLJX commented 6 years ago

1、执行./app_tracking -sensor_type XP3 -cam_calib_path ~/boteye/boteyeBD.yaml出现错误 ERROR: unknown command line flag 'cam_calib_path 2、执行sh ${MASTER_DIR}/scripts/record.sh $record_path出现错误 /home/ywz/boteye/scripts/record.sh: 33: /home/ywz/boteye/scripts/record.sh: /home/ywz/boteye/build/pc_apps/app_tracking/./app_tracking: not found 但是根目录中并没有build和pc_apps/

mingyux commented 5 years ago
  1. cam_calib_path -> calib_file
mingyux commented 5 years ago
  1. Simply change https://github.com/baidu/boteye/blob/master/scripts/record.sh#L32 to the path where app_tracking is (either the pre-built binary or the one you build locally).