graphpipe icon indicating copy to clipboard operation
graphpipe copied to clipboard

decouple pre-processing prediction and post-processing?

Open Merlin2013 opened this issue 7 years ago • 0 comments

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?

Merlin2013 avatar Sep 15 '18 09:09 Merlin2013