bowenc0221 / panoptic-deeplab

This is Pytorch re-implementation of our CVPR 2020 paper "Panoptic-DeepLab: A Simple, Strong, and Fast Baseline for Bottom-Up Panoptic Segmentation" (https://arxiv.org/abs/1911.10194)
Apache License 2.0
585 stars 117 forks source link

About the Mean and Std of Mapillary_Vistas dataset? #96

Closed pingjun18-li closed 3 years ago

pingjun18-li commented 3 years ago

Sorry to bother you again. I want to do an experiment on MV(Mapillary Vistas) dataset, but I have found many projects without its description and haven't shared the codes about training on MV. Would you like to share the value of "mean" and "std" about MV? Thank you so much!

bowenc0221 commented 3 years ago

We use the ImageNet "mean" and "std".

I plan to release a new codebase that includes models from 5 semantic segmentation datasets (including Mapillary Vistas) and 2 panoptic segmentation datasets. I will let you know when it is online. Stay tuned!

pingjun18-li commented 3 years ago

ok, thank you so much for your great jobs! And looking forward to your new achievements!

bowenc0221 commented 3 years ago

@pingjun18-li

Please check my new codebase for semantic and panoptic segmentation: https://github.com/facebookresearch/MaskFormer

It supports (and have pre-trained weights) 5 major semantic segmentation datasets and 2 panoptic segmentation datsaets.

pingjun18-li commented 3 years ago

Wow, nice, I'll take it seriously and make full use of it!