Open rockywind opened 1 year 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?
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.
create_roi_mask.py
with_mask
thanks a lot!
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?