-
Notifications
You must be signed in to change notification settings - Fork 147
Description
(paddle_env) ysy@ysy-HP-Z4-G5-Workstation-Desktop-PC:~/下载/modeltrain/Paddle3D$ python tools/export.py --config configs/smoke/smoke_hrnet18_no_dcn_kitti_mini.yml --mod
el output_smoke_kitti/iter_10000/model.pdparams --export_for_apollo --save_name smoke
ortools not installed, install it by "pip install ortools==9.1.9490" if you run BEVLaneDet model
W0415 13:41:52.350299 962986 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 12.2, Runtime API Version: 11.8
W0415 13:41:52.352866 962986 gpu_resources.cc:164] device: 0, cuDNN Version: 8.9.
2025-04-15 13:41:52 [INFO] Loading pretrained model from https://bj.bcebos.com/paddleseg/dygraph/hrnet_w18_ssld.tar.gz
2025-04-15 13:41:53 [INFO] There are 1525/1525 variables loaded into HRNet.
2025-04-15 13:41:54,307 - INFO - There are 1537/1537 variables loaded into SMOKE.
Traceback (most recent call last):
File "tools/export.py", line 181, in
main(args, rest_args)
File "tools/export.py", line 176, in main
generate_apollo_deploy_file(cfg, args.save_dir)
File "tools/export.py", line 129, in generate_apollo_deploy_file
os.path.getsize(os.path.join(args.save_dir, model_file))
File "/home/ysy/anaconda3/envs/paddle_env/lib/python3.8/genericpath.py", line 50, in getsize
return os.stat(filename).st_size
FileNotFoundError: [Errno 2] No such file or directory: './exported_model/smoke.pdmodel'