Skip to content

barongeng/mask_rcnn_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Mask RCNN in PyTorch

This is a PyTorch implementation of Mask RCNN. This project attempts to

  1. combine Fast Mask RCNN and faster_rcnn_pytorch (Special thanks awesome these authors)
  2. provide experimental setup for researchers to test their new models on top of this framework
  3. build ROIAlign layer in pure PyTorch.

See you in two weeks. (Hopefully, one week after Fast Mask RCNN is done)

Progress

  • Adapt ROIAlign provided in FastMaskRNN
  • ROIAlign layer in pure PyTorch
  • Training
  • Evaluation
  • COCO Data Provider
  • Finishing writing this list
  • Checking the checkboxes

About

Mask RCNN in PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published