raji
September 24, 2022, 8:15am
1
Unable to understand DriveNet error.
Driveworks exception thrown: DW_INVALID_ARGUMENT: DriveNet[model=Obstacles_v11 arch=trt_06_03_01_03/tu1xx-discrete precision=fp32 distance=false batchSize=batch1]; network path: trt_06_03_01_03/tu1xx-discrete/drivenet/Obstacles_v11/fp32/drivenet.nodepth.batch1.dnn
Dear @raji ,
May I know if you are running it on host or target? Did you make any changes in the sample? May I know the complete command?
raji
September 24, 2022, 8:40am
3
raji:
Obstacles_v11
May I know if you are running it on host or target? Target
Did you make any changes in the sample? Yes I did. As I’m running on DriveWorks 3.5 so some function definitions were deprecated so had to replace those. For example changed the below code from
CHECK_DW_ERROR(dwDriveNet_initDefaultParams(&m_driveNetParams));
to
CHECK_DW_ERROR(dwDriveNet_initDefaultParams(&m_driveNetParams, m_context));
May I know the complete command?
./sample_drivenet --input-type=camera --camera-type=ar0231-rccb --camera-group=a --camera-index=0
Dear @raji ,
DW 3.5 does not have NV DNN models. Did you copy samples from DW 2.2 and test running?
raji
September 28, 2022, 6:38am
6
Yes, @SivaRamaKrishnaNV , I’m trying to test running it.
Dear @raji ,
That does not work as NV DNN modules are not part of DW 3.5. However, you can integrate your customer models using DW DNN framework.