google-research/deeplab2

How to train on Waymo?

azarmi opened this issue · 0 comments

azarmi commented

Hi, you mentioned in 'data/dataset.py' that the model supports Panoramic Video Panoptic Segmentation (PVPS) of the Waymo Open Dataset (WOD). I'm wondering how this is possible since I don't see any executable command or example for training on *.parquet files (provided by version 2.0 of WOD). Should I extract the images+annotations and then convert them into TFRecords?

Could you please advise me on how to train DeepLab2 on WOD using PVPS?