All Projects → elnino9ykl → PASS

elnino9ykl / PASS

Licence: other
Panoramic Annular Semantic Segmentation

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PASS

FaPN
[ICCV 2021] FaPN: Feature-aligned Pyramid Network for Dense Image Prediction
Stars: ✭ 173 (+592%)
Mutual labels:  panoptic-segmentation, real-time-semantic-segmentation
ERF-PSPNET
ERF-PSPNET implemented by tensorflow
Stars: ✭ 24 (-4%)
Mutual labels:  erf-pspnet, real-time-semantic-segmentation
Entity
EntitySeg Toolbox: Towards Open-World and High-Quality Image Segmentation
Stars: ✭ 313 (+1152%)
Mutual labels:  panoptic-segmentation
panoptic-forecasting
[CVPR 2021] Forecasting the panoptic segmentation of future video frames
Stars: ✭ 44 (+76%)
Mutual labels:  panoptic-segmentation
panoptic-fpn-gluon
Panoptic Feature Pyramid Networks
Stars: ✭ 55 (+120%)
Mutual labels:  panoptic-segmentation
EOPSN
[CVPR 2021] Exemplar-Based Open-Set Panoptic Segmentation Network (EOPSN)
Stars: ✭ 48 (+92%)
Mutual labels:  panoptic-segmentation
K-Net
[NeurIPS2021] Code Release of K-Net: Towards Unified Image Segmentation
Stars: ✭ 434 (+1636%)
Mutual labels:  panoptic-segmentation
panoptic parts
This repository contains code and tools for reading, processing, evaluating on, and visualizing Panoptic Parts datasets. Moreover, it contains code for reproducing our CVPR 2021 paper results.
Stars: ✭ 82 (+228%)
Mutual labels:  panoptic-segmentation
pcv
Pixel Consensus Voting for Panoptic Segmentation (CVPR 2020)
Stars: ✭ 23 (-8%)
Mutual labels:  panoptic-segmentation

Panoramic Annular Semantic Segmentation

Panoramic Annular Semantic Segmentation in PyTorch

PASS Dataset

GoogleDrive

New! Google Drive Download Link

BaiduYun

For Validation (Most important files):

Unfolded Panoramas for Validation, (400 images)

Annonations, (400 annotation images)

Groundtruth

There are 400 panoramas with annotations. Please use the Annotations data for evaluation.

In total, there are 1050 panoramas. Complete Panoramas:

All Unfolded Panoramas

RAW Panoramas: RAW1, RAW2, RAW3

Example segmentation

Packages

For instructions please refer to the README on each folder:

  • train contains tools for training the network for semantic segmentation.
  • eval contains tools for evaluating/visualizing the network's output for panoramic annular semantic segmentation.
  • trained_models Contains the trained ERF-PSPNet and ERF-APSPNet models.

CODE Requirements:

  • Dataset (I suggest using Mapillary Vistas or Cityscpaes as training datasets. For evaluation, semantic segmentation on PASS, VISTAS or Cityscapes datasets can be tested using this code.) The Dataset shoudld be structured as the dataset folder indicates.
  • Python 3.6: If you don't have Python3.6 in your system, I suggest installing it with Anaconda.
  • PyTorch: Make sure to install the Pytorch version for Python 3.6 with CUDA support (code tested for CUDA 8.0, CUDA 9.0 and CUDA 10.0). I am using PyTorch 0.4.1.
  • Additional Python packages: numpy, matplotlib, Pillow, torchvision and visdom (optional for --visualize flag)

In Anaconda you can install with:

conda install numpy matplotlib torchvision Pillow
conda install -c conda-forge visdom

If you use Pip (make sure to have it configured for Python3.6) you can install with:

pip install numpy matplotlib torchvision Pillow visdom

Publications

If you use our code or dataset, please consider referencing any of the following papers:

PASS: Panoramic Annular Semantic Segmentation. K. Yang, X. Hu, L.M. Bergasa, E. Romera, K. Wang. IEEE Transactions on Intelligent Transportation Systems (T-ITS), September 2019. [PDF]

@article{yang2020pass,
title={PASS: Panoramic Annular Semantic Segmentation},
author={Yang, Kailun and Hu, Xinxin and Bergasa, Luis M and Romera, Eduardo and Wang, Kaiwei},
journal={IEEE Transactions on Intelligent Transportation Systems},
volume={21},
number={10},
pages={4171--4185},
year={2020},
publisher={IEEE}
}

Can we PASS beyond the Field of View? Panoramic Annular Semantic Segmentation for Real-World Surrounding Perception. K. Yang, X. Hu, L.M. Bergasa, E. Romera, X. Huang, D. Sun, K. Wang. In IEEE Intelligent Vehicles Symposium (IV), Paris, France, June 2019, pp. 446-453. [PDF] [VIDEO]

@inproceedings{yang2019can,
title={Can we pass beyond the field of view? panoramic annular semantic segmentation for real-world surrounding perception},
author={Yang, Kailun and Hu, Xinxin and Bergasa, Luis M and Romera, Eduardo and Huang, Xiao and Sun, Dongming and Wang, Kaiwei},
booktitle={2019 IEEE Intelligent Vehicles Symposium (IV)},
pages={446--453},
year={2019},
organization={IEEE}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].