Closed rockywind closed 1 year ago
Hi, Thank you for your sharing the great code. When I run the script bash tools/dist_train.sh projects/configs/occformer_nusc/occformer_nusc_panoptic_r50_256x704_my.py 2, I met the error . How can I generate the *_panoptic.npz.
bash tools/dist_train.sh projects/configs/occformer_nusc/occformer_nusc_panoptic_r50_256x704_my.py 2
*_panoptic.npz
You should download the nuScenes-panoptic dataset.
BTW, the code for panoptic occformer is not carefully experimented. We provide it as an easier interface for future work.
Hi, Thank you for your sharing the great code. When I run the script
bash tools/dist_train.sh projects/configs/occformer_nusc/occformer_nusc_panoptic_r50_256x704_my.py 2
, I met the error . How can I generate the*_panoptic.npz
.