daijifeng001 / MNC

Instance-aware Semantic Segmentation via Multi-task Network Cascades
Other
489 stars 182 forks source link

cpu_mask_voting v.s. gpu_mask_voting #65

Open wk910930 opened 7 years ago

wk910930 commented 7 years ago

Dear @Oh233 ,

From the function names, I thought the functions cpu_mask_voting and gpu_mask_voting are doing the same things but on different devices (i.e. CPU and GPU). However, the their implementations are a little bit different.

Just to be sure, what is the difference between these two functions?

Thanks! Kun

javierjsa commented 7 years ago

I've been doing inference with a trained model and, as far as I can tell right now, replacing one for another doesn't work for me right away.