Skip to content

yulinfeng000/Mask2FormerOneFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mask2FormerOneFile

Simple Implement Mask2Former in One File !

NOTE

This code is different from original's implement

  • use SimpleFPN module generate multi scale feature maps

  • use Conv layer implement PixelDecoder rather than DeformableAttn

Why written this

Recently, I began delving into the realm of instance segmentation and encountered Mask2Former, which end2end structure is very elegant, but both original repo Mask2Former and mmdet to be quite complex and challenging to understand.

My code is inspired by the original repository and mmdet's implementation and wish this work will help more and more end2end structure detect model come out.

About

Simple Implement Mask2Former in One File !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages