tue-mps-edu / asd-engd-project-2019-thermal-object-detection

This is the repository for the ASD PDEng module 2 project (2020) for AIIM
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Verify the mAP of the optimized TensorRT Engine #74

Closed Hrayo712 closed 4 years ago

Hrayo712 commented 4 years ago

It is necessary to confirm the mAP of the TensorRT Engine is consistent regarding the mAP of the Tensorflow Graph. This will give an insight on the performance degradation (if any), as a tradeoff between inference speed and accuracy of the model. Results should be similar (or identical).

Hrayo712 commented 4 years ago

After evaluating the Frozen graph of the softmax version of the ss_dmobilenetv2 it was found that Optimization on TensorRT at FP16 degrades precision on approximately 2% +/- 1. This will be documented as part of the results. Closing the Issue.