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

Code for Panoptic FPN #953

Closed
wants to merge 1 commit into from
Closed

Conversation

GT9505
Copy link
Collaborator

@GT9505 GT9505 commented Jul 8, 2019

  • update configs for Panoptic FPN

  • modify ./mmdet/core/evaluation/coco_utils.py for saving semantic segmentation results

  • modify ./mmdet/datasets/custom.py for reading semantic segmentation annotations

  • modify ./mmdet/models/detectors/two_stage.py for Panoptic FPN training

  • add ./mmdet/models/panoptic/panopticFPN.py for Panoptic FPN training

  • modify ./mmdet/models/detectors/test_mixins.py for Panoptic FPN testing

  • modify ./tools/test.py for Panoptic segmentation evaluation

* add configs for Panoptic FPN

* modify ./mmdet/core/evaluation/coco_utils.py for saving semantic segmentation results

* modify ./mmdet/datasets/custom.py for reading semantic segmentation annotations

* modify ./mmdet/models/detectors/two_stage.py for Panoptic FPN training

* add ./mmdet/models/mask_heads/semantic_segm_head.py for Panoptic FPN training

* modify ./mmdet/models/detectors/test_mixins.py for Panoptic FPN testing

* modify ./tools/test.py for Panoptic segmentation evaluation

* modify ./mmdet/models/losses/cross_entropy_loss.py for supporting training with ignore label
@CLAassistant
Copy link

CLAassistant commented May 21, 2020

CLA assistant check
All committers have signed the CLA.

@ZwwWayne ZwwWayne closed this May 31, 2021
FANGAreNotGnu pushed a commit to FANGAreNotGnu/mmdetection that referenced this pull request Oct 23, 2023
* add multilabel prediction tutorial

* retrigger CI

* formatting improvements

* path format improvement

* fix tutorial links

* let multilabel work on windows

* fix path processing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants