Artur Karaźniewicz
Artur Karaźniewicz
No ETA. Working on mask-rcnn first.
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.
I just implemented Faster-RCNN support.
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...