Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuewengeophysics committed Feb 26, 2020
1 parent 4e2fe02 commit 7ed485a
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions semantic_segmentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

- arXiv:<https://arxiv.org/abs/1704.06857>

## CenterMask2

**CenterMask2 is an upgraded implementation on top of detectron2 beyond original CenterMask based on maskrcnn-benchmark**
**CenterMask:Real-Time Anchor-Free Instance Segmentation**

- intro: Youngwan Lee, Jongyoul Park, ETRI, 2019
- arxiv: <https://arxiv.org/pdf/1911.06667>
- github(Pytorch): <https://github.com/youngwanLEE/centermask2>

## BlendMask

**BlendMask: Top-Down Meets Bottom-Up for Instance Segmentation**
Expand Down Expand Up @@ -69,15 +60,35 @@
- YOLACT++: <https://arxiv.org/abs/1912.06218>
- github(Pytorch): <https://github.com/dbolya/yolact>

## CenterMask
## SOLO

**SOLO: Segmenting Objects by Locations**

- intro: Xinlong Wang, Tao Kong, Chunhua Shen, Yuning Jiang, Lei Li, 2019
- YOLACT: <https://arxiv.org/abs/1912.04488>
- github(Pytorch): <https://github.com/aim-uofa/adet>
- github(unofficial): <https://github.com/Epiphqny/SOLO>

## CenterMask2/CenterMask

**CenterMask2 is an upgraded implementation on top of detectron2 beyond original CenterMask based on maskrcnn-benchmark**

**CenterMask:Real-Time Anchor-Free Instance Segmentation**

- intro: Youngwan Lee, Jongyoul Park, ETRI, 2019
- arxiv: <https://arxiv.org/pdf/1911.06667>
- github(Pytorch): <https://github.com/youngwanLEE/centermask2>
- github(Pytorch): <https://github.com/youngwanLEE/CenterMask>
- github(Pytorch): <https://github.com/CaoWGG/Mask-CenterNet>

## PolarMask

**PolarMask: Single Shot Instance Segmentation with Polar Representation**

- intro: Enze Xie, Peize Sun, Xiaoge Song, Wenhai Wang, Ding Liang, Chunhua Shen, Ping Luo, 2019
- arxiv: <https://arxiv.org/abs/1909.13226>
- github(Pytorch): <https://github.com/xieenze/PolarMask>

## Mask R-CNN

**Rich feature hierarchies for accurate object detection and semantic segmentation**
Expand Down

0 comments on commit 7ed485a

Please sign in to comment.