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
444 stars 24 forks source link

Bug in nuscenes_t_dataset #53

Closed ziyanGao closed 1 week ago

ziyanGao commented 2 weeks ago

There is a syntax error in the build_clips function on line 59 of the nuscenes_t_dataset.py file in the video branch of the current repository. The line currently reads: len(scene[start] >= 33) It should probably be: len(scene[start]) >= 33 Please investigate and correct this issue. Thank you!

flymin commented 2 weeks ago

Thank you for the issue. I have fixed it.