ijkguo / mx-rcnn

Parallel Faster R-CNN implementation with MXNet.
Other
669 stars 292 forks source link

time comsumed for inference #62

Closed JacobWang95 closed 7 years ago

JacobWang95 commented 7 years ago

When I was using demo.py to try the detection result, it took several seconds for a single image on Titan X GPU. Why it takes such a long time? I'm new to MXNet, how can I fix it?

ijkguo commented 7 years ago

There is no trivial answer, nor published solutions due to heterogeneous hardware, different environment, etc.

ijkguo commented 7 years ago

I think you might have encountered cudnn_autotune as in #67.