• Hardware : RTX2070
• Network Type: yolo_v4
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here): tao-toolkit-tf:v3.21.11-tf1.15.5-py3 docker
• How to reproduce the issue ? Please see below
Hi,
I’m running into this error.
[ERROR] 1: Unexpected exception _Map_base::at
[ERROR] Unable to create engine
I think I may have misunderstood the steps. I thought the calibration file was to be generated in the export step.
So now I’m doing this. I define the int8 right at the start when exporting to etlt. The calibration file “yolov4_cspdarknet53_epoch_080_int8.calib” is created in this step (in link below).
See YOLOv4 — TAO Toolkit 3.21.11 documentation
When you run "tao yolo_v4 export ", thereis an option --cal_cache_file , it will generate /export/cal.bin . This cal.bin is the correct file for generating engine when you run “tao converter”.