gaopengcuhk / Stable-Pix2Seq

A full-fledged version of Pix2Seq
Apache License 2.0
235 stars 20 forks source link

How to using for panoptic segmentation #2

Closed byrsongyuxin closed 2 years ago

byrsongyuxin commented 2 years ago

can you share the command line when training panoptic seg. I using the command: python -m torch.distributed.launch --nproc_per_node=1 --use_env main.py --coco_path ... --coco_panoptic_path ... --masks but, there are some error.

gaopengcuhk commented 2 years ago

Panoptic is a typo. We do not support panoptic segmentation currently. The main propose of this project is to replicate Pix2Seq.