Artur Karaźniewicz

Results 4 comments of Artur Karaźniewicz

I will add Faster R-CNN soon. It's actually only mapping mmdetection model to vanilla torchvision model. With cascade mask R-CNN it's slightly more complicated. Working on this too.

From what I can see, training, unfortunately is CPU bound, rather that GPU. There is a lot of CPU pre-processing in the background. Basically GPU is idling most of the...