AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.68k stars 7.96k forks source link

YOLACT: Add real-time Instance Segmentation #3048

Open AlexeyAB opened 5 years ago

AlexeyAB commented 5 years ago

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:

image

image

image

LukeAI commented 5 years ago

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?

abhigoku10 commented 5 years ago

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

sctrueew commented 5 years ago

Hi @AlexeyAB,

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

Thanks in advance.

LukeAI commented 5 years ago

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

abhigoku10 commented 5 years ago

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

sctrueew commented 5 years ago

@abhigoku10 Hi,

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

abhigoku10 commented 5 years ago

@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 commented 4 years ago

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

Faster and better than YOLACT. image

Kyuuki93 commented 4 years ago

@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