MarvinTeichmann/MultiNet

the detection time is too long.

Closed this issue · 3 comments

As the paper says, MultiNet could do the detection within 100ms. However, the time used is 5 seconds long. How could it be?

I suspect you are measuring the runtime of demo.py? In this case you have quite a bit of overhead as the graph is only compiled in the first run and visualization is part of demo.py. Please use predict_joint.py to measure runtime. Also have a look at the discussion here.