lyxok1 / Tiny-DSOD

Tiny-DSOD: Lightweight Object Detection for Resource-Restricted Usage
Other
232 stars 56 forks source link

inference time #3

Open Ghustwb opened 6 years ago

Ghustwb commented 6 years ago

Thanks for your work, I works on tx2.But I think the inference time is not normal,MobileNetV1-ssd can run 38pfs on Jetson TX2,Tiny-DSOD only 14fps. Is it wrong with my operation? Thanks

ujsyehao commented 6 years ago

Can you post your experiment record?

kunalgoyal9 commented 5 years ago

This is a similar issue I am facing. For Tensorflow Object detection API for the same image Time taken is around 0.034secs(~30fps) but the same image on Tiny DSOD taking 0.37(~2.7fps).

PS: All cores are being used.