Hi
New to TLT.
I am training a SSD + ResNET18 model using TLT.
When I evaluated the model:
*******************************
Using TLT model for inference, setting batch size to the one in eval_config: 16
Producing predictions: 100%|██████████████████████| 4/4 [00:20<00:00, 5.04s/it]
Start to calculate AP for each class
*******************************
Bottle AP 0.89
Brand Label AP 0.0
mAP 0.445
*******************************
My KITTI format data looks like this:
Input Image shape is 1920 x 1280.
Bottle 0.0 0 0.0 1448 206 1614 914 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Bottle 0.0 0 0.0 1252 184 1448 944 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Bottle 0.0 0 0.0 952 146 1186 978 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Bottle 0.0 0 0.0 590 114 826 1002 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Bottle 0.0 0 0.0 140 84 378 1026 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Brand Label 0.0 0 0.0 1452 550 1606 842 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Brand Label 0.0 0 0.0 1254 554 1410 862 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Log csv looks like this:
epoch,AP_bottle,AP_brand label,loss,lr,mAP,validation_loss
20,0.9793069238741927,0.0,7.4368989424619505,0.02,0.48965346193709636,21.568314722606114
30,0.9759595853804064,0.0,6.759253094812673,0.02,0.4879797926902032,21.532711333158066
40,0.9737941030851158,0.0,6.133726015836299,0.02,0.4868970515425579,16.648316070741537
50,0.9856092576032248,0.0,5.520587285678229,0.02,0.4928046288016124,21.027197858508753
60,0.9822448704289952,0.0,5.159150861308188,0.02,0.4911224352144976,15.822613143191045
70,0.9869596004172352,0.0,4.582064160364186,0.002114743,0.4934798002086176,12.074139727621663
80,0.9885224518705049,0.0,4.5301909322490195,5e-05,0.49426122593525246,11.478109178494433
Thanks