Tsinghua-MARS-Lab / futr3d

Code for paper: FUTR3D: a unified sensor fusion framework for 3d detection
Apache License 2.0
282 stars 39 forks source link

About GridMask #20

Closed zen-star closed 1 year ago

zen-star commented 2 years ago

In configs, use_grid_mask=True, and GridMask regularly crops some parts awary from images.

My questions are:

  1. why use GridMask? Does it lead to performance improvement?
  2. why not use CutOut instead of GridMask?

look forward to your kind reply.