model_server
model_server copied to clipboard
Align timing routines, fix average inference calculation
The callback function records inference time based on the timestamp sent by the client using self.get_timestamp(). The display() function needs to use the same timing routine to get consistent time deltas.
@dtrawins FYI
@dtrawins can you merge?