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

video-branch occurs error when followed your steps [No such file or directory: './out/lidar_20Hz/results_nusc.json'] #27

Closed zhangxiao696 closed 2 months ago

zhangxiao696 commented 2 months ago

image

image

hello, When I followed your steps, it reported an error, may I ask you how did you successfully execute it?

flymin commented 2 months ago

It seems like ASAP’s problem. Please resort help from them. Similar to #26.

zhangxiao696 commented 2 months ago

I have some doubts, ASAP code was last updated two years ago, did you also execute successfully as mentioned above?

zhangxiao696 commented 2 months ago

I have some doubts, ASAP code was last updated two years ago, did you also execute successfully as mentioned above?

Their code has been frozen and has not been updated

flymin commented 2 months ago

Yes, we run their codes.

Let me talk more. Our codes do not load their modules but outputs, which means any annotation generation methods should be useful. We just recommend the one we used, which is also adopted by other literatures. Hope it helps.

zhangxiao696 commented 2 months ago

Yes, we run their codes.

Let me talk more. Our codes do not load their modules but outputs, which means any annotation generation methods should be useful. We just recommend the one we used, which is also adopted by other literatures. Hope it helps.

okey, I get, thanks you a lot

potentialming commented 1 month ago

Yes, we run their codes. Let me talk more. Our codes do not load their modules but outputs, which means any annotation generation methods should be useful. We just recommend the one we used, which is also adopted by other literatures. Hope it helps.

okey, I get, thanks you a lot

Did you finally solve the problem? Did you successfully complete the training? I successfully generated interp_12Hz_trainval by commenting out the relevant code of nusc_annotation_generator.py, but when I ran bash scripts/prepare_dataset.sh, an error occurred KeyError: 'a5f12393fdf042a4a1c25cbe29f3f4ea'. Is it because the environment of the main branch was used when using the video branch? Hope to get your help. image

LeningWang commented 2 weeks ago

Yes, we run their codes. Let me talk more. Our codes do not load their modules but outputs, which means any annotation generation methods should be useful. We just recommend the one we used, which is also adopted by other literatures. Hope it helps.

okey, I get, thanks you a lot

Did you finally solve the problem? Did you successfully complete the training? I successfully generated interp_12Hz_trainval by commenting out the relevant code of nusc_annotation_generator.py, but when I ran bash scripts/prepare_dataset.sh, an error occurred KeyError: 'a5f12393fdf042a4a1c25cbe29f3f4ea'. Is it because the environment of the main branch was used when using the video branch? Hope to get your help. image

I have same problem

flymin commented 2 weeks ago

For you guys still having this issue. We will release the processed data annotations tmr, please wait for the updates in w-coda2024 track2.

flymin commented 2 weeks ago

@potentialming Your problem is clearly environment issue as shown in the last line. Please install the mmdet3d located in the video branch.

@LeningWang See above.

BTW, this problem is off-topic for this issue. Any follow-ups should go to other issues or a new one. Thanks.

dyy0205 commented 2 days ago

Yes, we run their codes. Let me talk more. Our codes do not load their modules but outputs, which means any annotation generation methods should be useful. We just recommend the one we used, which is also adopted by other literatures. Hope it helps.

okey, I get, thanks you a lot

Did you finally solve the problem? Did you successfully complete the training? I successfully generated interp_12Hz_trainval by commenting out the relevant code of nusc_annotation_generator.py, but when I ran bash scripts/prepare_dataset.sh, an error occurred KeyError: 'a5f12393fdf042a4a1c25cbe29f3f4ea'. Is it because the environment of the main branch was used when using the video branch? Hope to get your help. image Have you solved the KeyError problem?