Hi
I’m going through the TLT yolo_v4 jupyter notebook and the exported int8 model does not detect anything.
the fp16 and fp32 have pretty good results.
when I run the evaluate command on the trt engine file I get this:
Start to calculate AP for each class
car AP 0.0
cyclist AP 0.0
pedestrian AP 0.0
mAP 0.0
I work on a NVIDIA ec2 instance on AWS so i’m not so sure.
When I type “inxi -G” I get this output:
Graphics: Card-1: Amazon.com Device 1111
Card-2: NVIDIA Device 1eb8
Display Server: Moba/X 12.4 driver: nvidia Resolution: 4656x1080@0.00hz
OpenGL: renderer: N/A version: N/A
±----------------------------------------------------------------------------+
| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla T4 On | 00000000:00:1E.0 Off | 0 |
| N/A 24C P8 9W / 70W | 0MiB / 15109MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
Sorry for late reply. Since I cannot reproduce the error locally, I decide to test with an AWS instance as yours. I select an A100 AWS machine.
And I still cannot reproduce your issue. The int8 trt engine will not get mAP 0.
So, please double check on your side.
Especially in your notebook as below, can you chmod the int8 trt engine and retry?