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
419 stars 22 forks source link

Can this method be transferred to monocular cameras? #10

Closed qiuhaining closed 3 months ago

flymin commented 4 months ago

I think it is definitely doable, but we do not have plan for that. You can train your own.

BTW, I think our model is possible to generate monocular camera by only changing the inference pipeline (e.g., changing cross-view attn to self-attn). You may have a try.