Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# Task-Aligned Part-aware Panoptic Segmentation (TAPPS)
|
6 |
+
|
7 |
+
[[Paper](https://openaccess.thecvf.com/content/CVPR2024/papers/de_Geus_Task-aligned_Part-aware_Panoptic_Segmentation_through_Joint_Object-Part_Representations_CVPR_2024_paper.pdf)] [[Project page](http://tue-mps.github.io/tapps)] [[Code](https://github.com/tue-mps/tapps/)]
|
8 |
+
|
9 |
+
We provide the models for the part-aware panoptic segmentation task, as presented in our CVPR 2024 paper: [Task-aligned Part-aware Panoptic Segmentation through Joint Object-Part Representations](https://openaccess.thecvf.com/content/CVPR2024/papers/de_Geus_Task-aligned_Part-aware_Panoptic_Segmentation_through_Joint_Object-Part_Representations_CVPR_2024_paper.pdf).
|
10 |
+
|
11 |
+
For the code, see [https://github.com/tue-mps/tapps/](https://github.com/tue-mps/tapps/).
|
12 |
+
|
13 |
+
Please consider citing our work if it is useful for your research.
|
14 |
+
|
15 |
+
```
|
16 |
+
@inproceedings{degeus2024tapps,
|
17 |
+
title={{Task-aligned Part-aware Panoptic Segmentation through Joint Object-Part Representations}},
|
18 |
+
author={{de Geus}, Daan and Dubbelman, Gijs},
|
19 |
+
booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
20 |
+
year={2024}
|
21 |
+
}
|
22 |
+
```
|