tusen-ai / SST

Code for a series of work in LiDAR perception, including SST (CVPR 22), FSD (NeurIPS 22), FSD++ (TPAMI 23), FSDv2, and CTRL (ICCV 23, oral).
Apache License 2.0
765 stars 96 forks source link

about argoverse2 dataset create roi mask. #152

Open rockywind opened 10 months ago

rockywind commented 10 months ago

Hi, Can you explain what the create roi mask script does in argoverse2 dataset? And if I want to create argo gt database in the create_argo_gt_database.py, can I turn on the with mask flag? image

Abyssaledge commented 10 months ago

create_roi_mask.py generates the RoI mask of the map. You should not set with_mask to True, which stands for 2D image mask.

rockywind commented 10 months ago

thanks a lot!