Skip to content

Commit

Permalink
fix intro
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan1914 committed Apr 3, 2024
1 parent 00008e1 commit ece7cb1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ instant_test_output
inference_test_output


*.png
*.json
*.diff
*.jpg
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PAPS is a bottom approach for amodal panoptic segmentation, where the goal is to concurrently predict the pixel-wise semantic segmentation labels of visible regions of "stuff" classes (e.g., road, sky, and so on), and instance segmentation labels of both the visible and occluded regions of "thing" classes (e.g., car, truck, etc).

![Overview of PAPS Architecture](/projects/paps/images/intro.png)
![Overview of PAPS Architecture](/projects/PAPS/images/intro.png)

This repository contains the **PyTorch implementation** of our RA-L'2022 paper [Perceiving the Invisible: Proposal-Free Amodal Panoptic Segmentation](https://arxiv.org/pdf/2205.14637.pdf). The repository builds on [Detectron2](https://github.com/facebookresearch/detectron2).

Expand Down
Binary file removed projects/PAPS/images/intro.png
Binary file not shown.
Binary file added projects/PAPS/images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ece7cb1

Please sign in to comment.