Please provide the following info (check/uncheck the boxes after creating this topic): Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
I need a pedestrian & car detector. In Driveworks 3.5 I could use DriveNet but this is not available in DriveWorks 4.0.
Is there a tensorrt model which I could download and use it via the dnn tensor api (sample_dnn_tensor) ?
Or an onnx model which could be converted to tensorrt 6.5 ?
Please refer to the diagram on NVIDIA DRIVE OS | NVIDIA Developer. The Perception module is part of DRIVE AV, situated above DriveWorks, and it’s exclusively available in DRIVE Software.
Thx. Can you give advise of a drivenet like model which I could use with the dnn tensor api ? It is for an experimental setup, which will never go on the road.
What I understood was that we need to use the yolov3 on the target because of the ROI that is injected in one of the layers, right ? So any other tensorrt sdk version won’t work, right ?
After some googling I found that the batch and subdivision is set to training in the yolov3.cfg. I set it to testing and don’t get the out of memory problem anymore.
They were my source of inspiration. I’ve managed to get the network running, but the output has weird values. Could you have a look in my code (main.zip, see above)) if everything is setup properly ?
Dear @erwin.rademakers ,
Could you double check the preprocessing step needed for YOLO v3. I see input data is scaled by 1/255 in /usr/src/tensorrt/samples/python/yolov3_onnx/data_processing.py . Make sure the data fed into yolov3 network is same in both TensorRT and DW sample for comparison.