Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error When Run QuickDemo #269

Closed
zzqjh opened this issue Aug 27, 2020 · 3 comments
Closed

Error When Run QuickDemo #269

zzqjh opened this issue Aug 27, 2020 · 3 comments

Comments

@zzqjh
Copy link

zzqjh commented Aug 27, 2020

When I run QuickDemo, I got this error report.
could you have some suggestion for me please?

python3 demo.py --cfg_file cfgs/kitti_models/pv_rcnn.yaml --ckpt pv_rcnn_8369.pth --data_path /home/zzqjh/3D-OT/OpenPCDet/data/kitti/training/velodyne/000004.bin
2020-08-27 19:46:55,152 INFO -----------------Quick Demo of OpenPCDet-------------------------
2020-08-27 19:46:55,250 INFO Total number of samples: 1
Traceback (most recent call last):
File "demo.py", line 103, in
main()
File "demo.py", line 83, in main
model.load_params_from_file(filename=args.ckpt, logger=logger, to_cpu=True)
File "/home/zzqjh/3D-OT/OpenPCDet/pcdet/models/detectors/detector3d_template.py", line 322, in load_params_from_file
raise FileNotFoundError
FileNotFoundError

@sshaoshuai
Copy link
Collaborator

You should download the pretrained models and use --ckpt to specify the path of downloaded model.

@zzqjh
Copy link
Author

zzqjh commented Sep 3, 2020

yeah,thank you very much!And I have run the demo and the test.py successfully,haha

@zzqjh zzqjh closed this as completed Sep 3, 2020
@junjiesong0427
Copy link

024-06-23 22:20:08,709 INFO -----------------Quick Demo of OpenPCDet-------------------------
2024-06-23 22:20:08,710 INFO Total number of samples: 1
Traceback (most recent call last):
File "tools/demo.py", line 112, in
main()
File "tools/demo.py", line 90, in main
model.load_params_from_file(filename=args.ckpt, logger=logger, to_cpu=True)
File "/root/PointCloudDet3D/pcdet/models/detectors/detector3d_template.py", line 363, in load_params_from_file
raise FileNotFoundError
FileNotFoundError
训练后demo还是报错可以帮解决下吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants