SxJyJay / MSMDFusion

[CVPR 2023] MSMDFusion: Fusing LiDAR and Camera at Multiple Scales with Multi-Depth Seeds for 3D Object Detection
Apache License 2.0
181 stars 11 forks source link

Json file for detection #44

Open proggheli opened 5 months ago

proggheli commented 5 months ago

https://github.com/SxJyJay/MSMDFusion/issues/38#issuecomment-1985211209

Hi!

Do you have this .json file. I don't have enough GPU to generete it myself, I would really appreciate it if you could provide if for me :)

SxJyJay commented 5 months ago

You can download the predicted results on nuScenes test set from the Results part of this repo.

proggheli commented 5 months ago

Yes, I have downloaded those files. I was wondering if you have the json file for the validation dataset, I could only locate the pth file from Val.

weiyang22 commented 4 months ago

您可以从此存储库的结果部分下载 nuScenes 测试集的预测结果。

`work_dir = None

load_from = "checkpoints/fusion_voxel0075_R50.pth"

resume_from="/share_io03_ssd/ckpt2/jiaoyang/MSMDFusion/work_dirs/MSMDFusion_nusc_voxel_LC/epoch_3.pth" workflow = [('train', 1)] ` Hello, may I ask if the file epoch_3.pth was generated during the first phase of training? Due to limited computing power, could you possibly provide this file? Before asking, I tried directly replacing it with the transfusion_L.pth file you provided, but it didn't work. Why is that?