You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
Just like the common object detection, three phases are included for a whole cycle.
pre-processing: read image, resize or crop (run on cpu)
prediction: load inputs, run on GPU, and get the last conv (run on gpu)
post-processing: do NMS, generate the coordinates, and callback (run on cpu)
how can i decouple the different tasks and imporve throughout ( i think it's more complex here),
is there any reference for this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just like the common object detection, three phases are included for a whole cycle.
pre-processing: read image, resize or crop (run on cpu)
prediction: load inputs, run on GPU, and get the last conv (run on gpu)
post-processing: do NMS, generate the coordinates, and callback (run on cpu)
how can i decouple the different tasks and imporve throughout ( i think it's more complex here),
is there any reference for this?
The text was updated successfully, but these errors were encountered: