Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
xieenze committed Oct 16, 2019
1 parent 5d421aa commit 0bcd817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The code for implementing the **[PolarMask](https://arxiv.org/abs/1909.13226)**.
## Highlights
- **Simple:** Anchor-free, single-stage and can be easily embeded to many detectors such as FCOS.
- **Unify:** Our PolarMask first make object detection problem and instance segmentation problem into a unified dense regression problem.
- **Inference Fast:** Our PolarMask-R50 can achieve 29.1AP(800) / 23.9FPS, 27.6AP(600) / 34.1FPS, AP(400) 22.9/ 46.7FPS on 1 V100 GPU.
- **Inference Fast:** Our PolarMask-R50 can achieve 29.1AP(800) / 23.9FPS, 27.6AP(600) / 34.1FPS, 22.9AP(400) / 46.7FPS on 1 V100 GPU.

## Performances
![Graph](imgs/visual.png)
Expand Down

0 comments on commit 0bcd817

Please sign in to comment.