open-mmlab / OpenPCDet

OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
Apache License 2.0
4.59k stars 1.28k forks source link

demo.py: error: unrecognized arguments #1666

Closed little-win closed 1 day ago

little-win commented 3 days ago

when i want to use the demo to deal with my data, it failed root@autodl-container-b0a041be91-e7140047:~/OpenPCDet/tools# python3 demo.py --cfg_file cfgs/kitti_models/pv_rcnn.yaml \ --ckpt pv_rcnn_8369.pth \ --data_path 000030g.npy usage: demo.py [-h] [--cfg_file CFG_FILE] [--data_path DATA_PATH] [--ckpt CKPT] [--ext EXT] demo.py: error: unrecognized arguments: --ckpt pv_rcnn_8369.pth --data_path 000030g.npy and the things are in the tools

image

屏幕截图 2024-09-16 085111

little-win commented 3 days ago

some ones here?

Petros626 commented 1 day ago

I think this repo isn't maintained anymore. Everything must be figured out on our own and with the old issues.

little-win commented 1 day ago

python3 demo.py --cfg_file cfgs/kitti_models/pv_rcnn.yaml --ckpt pv_rcnn_8369.pth --data_path 000030g.npy it should remove the '\' between the path, it work, but i need to solve other question.

little-win commented 1 day ago

done