ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.06k stars 9.68k forks source link

traffic_light detection with int8 #15525

Open leizi111 opened 3 weeks ago

leizi111 commented 3 weeks ago

System information

Steps to reproduce the issue:

Hello! When i use NVIDIA AGX orin run traffic_light perception with cyber_launch start modules/perception/launch/perception_trafficlight.launch, then terminal report an error: E0909 09:33:15.069639 61219 rt_net.cc:51] [mainboard]4: [standardEngineBuilder.cpp::initCalibrationParams::1460] Error Code 4: Internal Error (Calibration failure occurred with no scaling factors detected. This could be due to no int8 calibrator or insufficient custom scales for network layers. Please see int8 sample to setup calibration correctly.) traffic_light detection model download from https://apollo.baidu.com/community/article/1236. how can I fix this issue?