Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YOLACT: Add real-time Instance Segmentation #3048

Open
AlexeyAB opened this issue Apr 26, 2019 · 9 comments
Open

YOLACT: Add real-time Instance Segmentation #3048

AlexeyAB opened this issue Apr 26, 2019 · 9 comments
Labels
ToDo RoadMap want enhancement Want to improve accuracy, speed or functionality

Comments

@AlexeyAB
Copy link
Owner

AlexeyAB commented Apr 26, 2019

Add real-time Instance Segmentation:

During training: to compute mask loss, we simply take the pixel-wise binary cross entropy between assembled masks M and the ground truth masks. We crop with the ground truth bounding box and divide Lmask by the ground truth bounding box area.

Test on:

  • MS COCO
  • Kitty
  • Cityscapes

image

image

image

@AlexeyAB AlexeyAB added want enhancement Want to improve accuracy, speed or functionality ToDo RoadMap labels Apr 26, 2019
@LukeAI
Copy link

LukeAI commented May 17, 2019

This is (another) exciting and impressive potential enhancement.
I was wondering, @AlexeyAB - how do you find time to do all this stuff and then give it away for free - are you being paid to produce this stuff or are you a passionate hobbyist?

@AlexeyAB AlexeyAB mentioned this issue May 21, 2019
@AlexeyAB AlexeyAB mentioned this issue Jun 14, 2019
@abhigoku10
Copy link

@AlexeyAB have you implemented the yolAct architecture in the instance segmenter.c ??

@sctrueew
Copy link

Hi @AlexeyAB,

I really need it. When do you think we can use this feature?

Thanks in advance.

@LukeAI
Copy link

LukeAI commented Sep 17, 2019

Why not use https://github.com/dbolya/yolact ?

@abhigoku10
Copy link

@zpmmehrdad suggest to use @LukeAI has suggest its good in fps and is implemented in pytorch

@sctrueew
Copy link

@abhigoku10 Hi,

Thanks for suggesting, I want to use it in C++.

@abhigoku10
Copy link

@zpmmehrdad yes even i wanted to use c++ later i shifted my whole development environment pls let me know if come across anyother repo

@WongKinYiu
Copy link
Collaborator

CenterMask:Real-Time Anchor-Free Instance Segmentation: https://arxiv.org/pdf/1911.06667.pdf
image

Faster and better than YOLACT.
image

@Kyuuki93
Copy link

Kyuuki93 commented Dec 18, 2019

@AlexeyAB

YOLACT++: Better Real-time Instance Segmentation

Method mAP FPS
yoloact 29.8% 33.0
yoloact++ 34.1% 33.5

The different from yolact:

  1. Add a fast mask re-scoring branch +1.1%
  2. Deformable convolution +1.5%
  3. Search a better aspect ratio for each FPN layer
  4. More anchor

@AlexeyAB AlexeyAB changed the title Add real-time Instance Segmentation YOLACT: Add real-time Instance Segmentation Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ToDo RoadMap want enhancement Want to improve accuracy, speed or functionality
Projects
None yet
Development

No branches or pull requests

6 participants