cure-lab / MagicDrive

[ICLR24] Official implementation of the paper “MagicDrive: Street View Generation with Diverse 3D Geometry Control”
https://gaoruiyuan.com/magicdrive/
GNU Affero General Public License v3.0
672 stars 40 forks source link

What's the meaning of several parametes in default.yaml? #55

Closed yancx8 closed 4 months ago

yancx8 commented 4 months ago

foreground_loss_weight: 0 bbox_drop_ratio: 0 bbox_add_ratio: 0 bbox_add_num: 3

I find the bboxs cannot completely cover the target, if i change the parameters above,can it be improved? Thank you very much!

flymin commented 4 months ago

FYI:

For more information about visibility, please refer to Appendix A of our paper.

Here in our model, we randomly add unseen bboxes for augmentation. However, dropping may not help. You may try different parameters in your case.