From f569470336e83c8ac41c130f2123a413dfacc5c6 Mon Sep 17 00:00:00 2001 From: Rohit Mohan Date: Wed, 3 Apr 2024 16:59:00 +0200 Subject: [PATCH] fix intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e56c060..8429560 100644 --- a/README.md +++ b/README.md @@ -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/overview.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).