LiDARCrafter icon indicating copy to clipboard operation
LiDARCrafter copied to clipboard

pretrained_models/nuscenes-object-1000000.pth in generate_box_condition.py

Open yuedi-hhh opened this issue 3 months ago • 2 comments

when I run scripts/create_data.sh ,
in line 25 python data_converter/generate_box_condition.py

missing the file

pretrained_models/nuscenes-object-1000000.pth,

and I couldn’t find it on Hugging Face either. And This script contains a path-related issue in line 25.

yuedi-hhh avatar Oct 14 '25 06:10 yuedi-hhh

Have you solved this problem?

SummersRay avatar Oct 28 '25 04:10 SummersRay

Sorry for that, file can be downloaded from: huggingface. But it's not necessery in current version of codebase, each condition can extract directly from open-sourced dataset (NuScenes for this work.)

AlanLiangC avatar Nov 05 '25 05:11 AlanLiangC