Closed little-win closed 2 months ago
some ones here?
I think this repo isn't maintained anymore. Everything must be figured out on our own and with the old issues.
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.
done
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