Skip to content

Weakly Supervised Instance Segmentation using Class Peak Response, in CVPR 2018 (Spotlight)

License

Notifications You must be signed in to change notification settings

chuchienshu/ultra-thin-PRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 25, 2019
81f44ac Â· Jul 25, 2019

History

3 Commits
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019
Jul 25, 2019

Repository files navigation

The reconstruction implementation of PRM by removing third-party dependency(i.e, Nest).

Motivation: An ultra-thin version of PRM, which aims at improving readability and expansibility.

Rule No.1: Never make code too complicated. 😂

Version info: pytorch 0.4.1, python 3.6

Training & Inference

Training:

python main.py --train True

Inference:

python main.py 

Sample result

Reference

@INPROCEEDINGS{Zhou2018PRM,
    author = {Zhou, Yanzhao and Zhu, Yi and Ye, Qixiang and Qiu, Qiang and Jiao, Jianbin},
    title = {Weakly Supervised Instance Segmentation using Class Peak Response},
    booktitle = {CVPR},
    year = {2018}
}

About

Weakly Supervised Instance Segmentation using Class Peak Response, in CVPR 2018 (Spotlight)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages