log.log 1.1 KB

1234567891011
  1. [2024-08-09 15:30:40,892] - [INFO] [pji_run_test.py] [line:101] - [[case:test_0807-3] SINGLE_CASE_EVAL: Start evaluating:]
  2. [2024-08-09 15:30:41,407] - [INFO] [single_case_evaluate.py] [line:123] - [[case:test_0807-3] SINGLE_CASE_EVAL: Dimension evaluate start: ]
  3. [2024-08-09 15:30:44,984] - [ERROR] [single_case_evaluate.py] [line:144] - [[case:test_0807-3] SINGLE_CASE_EVAL: Dimension evaluate ERROR: IndexError('index 0 is out of bounds for axis 0 with size 0')!]
  4. Traceback (most recent call last):
  5. File "/home/server/桌面/virtualEnv_yzh/virtual_pji/PJI_outdoor_robot_evaluate_real/single_case_evaluate.py", line 127, in single_case_evaluate
  6. dimension_instance = globals()[dimension.capitalize()](data_processed, scoreModel, resultPath)
  7. File "/home/server/桌面/virtualEnv_yzh/virtual_pji/PJI_outdoor_robot_evaluate_real/safe.py", line 134, in __init__
  8. self._safe_metric_cal()
  9. File "/home/server/桌面/virtualEnv_yzh/virtual_pji/PJI_outdoor_robot_evaluate_real/safe.py", line 202, in _safe_metric_cal
  10. x1 = ego_data['posX'].values[0]
  11. IndexError: index 0 is out of bounds for axis 0 with size 0