VIPSeg-Dataset / VIPSeg-Dataset

CVPR2022: Large-scale Video Panoptic Segmentation in the Wild: A Benchmark
134 stars 8 forks source link

Where are change2_720p.py, create_panoptic_video_labels.py and splitjson.py? #2

Closed leaf1170124460 closed 2 years ago

leaf1170124460 commented 2 years ago

Hi, @VIPSeg-Dataset and @sssdddwww2 . Thanks for your work on the VIPSeg dataset.

I want to use your datasets on my project, but I found a problem.

In readme, change VIPSeg to 720P and COCO format need to use change2_720p.py, create_panoptic_video_labels.py and splitjson.py, but I can not find them in this project. Could you please tell me where to find them?

Change VIPSeg to 720P and COCO Format

pip install git+https://github.com/cocodataset/panopticapi.git

python change2_720p.py

python create_panoptic_video_labels.py

python splitjson.py
VIPSeg-Dataset commented 2 years ago

@leaf1170124460 Download the VIPSeg dataset via Google Drive or Baidu YunPan, and the files are with the dataset.

leaf1170124460 commented 2 years ago

Thank you very much for your reply! 👍👍👍 Because the dataset is large, so the download time is long, and there is no way to see the contents of the dataset until the download is complete. Perhaps you could add a note in readme stating that these three files are in the dataset? So that the user knows where these files are before the download is complete.

XavierCHEN34 commented 1 year ago

I download the dataset but could not find the create_panoptic_video_labels.py and splitjson.py, could you add them into the master-branch?