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

Integrate functionality on the current online inference code to be able to measure the base speed of the Mobilenet architecture without optimization #68

Closed Hrayo712 closed 4 years ago

Hrayo712 commented 4 years ago

In order to asses the performance improvement, we need to come up with numbers regarding the base inference speed pre-optimization. This to be able to advertise the performance improvement acquired through the usage of TensorRT. Before doing the measurements, we need to develop the code to be able to measure this. Therefore, our current solution must be able to perform online inference using non-optimized frozen graphs.

Afterwards issue #67 will be used to record the FPS data to do the comparison