zeal-up / pytorch_SDMaskRcnn

A pytorch version of sd-maskrcnn and maskrcnn
6 stars 1 forks source link

pytorch_SDMaskRcnn

This repository is a pytorch version of sd-maskrcnn and maskrcnn. The offical sd-maskrcnn code is written by tensorflow.(refer to https://github.com/BerkeleyAutomation/sd-maskrcnn). And the maskrcnn backbone is mostly adapted from https://github.com/darolt/mask_rcnn. I make some modification as below:

  1. Reorganized the code struture to more pytorch style.
  2. I replace some C/CUDA function with pytorch in-build functions(NMS && RoiAlign)

The code can run with multi-gpus and I tested on

Training

Inference