V2B
V2B copied to clipboard
I run with following script: ```sh python test_tracking.py --which_dataset KITTI --data_dir ./data/training/ --model_dir ./kitti_model/Pedestrian --model model.pth --category_name Pedestrian ``` And got following error: RuntimeError: Error(s) in loading state_dict for Pointnet_Tracking:...
why trigger CUDA out of memory, we use the default setting ----- 2 2080ti GPU, batch = 48 information:x 38 y 24 z 16 min_voxel_coord tensor([-19., -12., -8.]) voxel_size tensor([0.3000,...
Hi,thanks for your wonderful work! In P2B, the running speed is 40 fps in their paper. But in your paper,you say the speed of P2B is 17 fps. Could you...
Hello, I followed the instructions in README.md, but when I run the train_tracking.py, there is nothing output. It has stopped when importing Pointnet_Tracking from pointnet2.modules. My conda env is: ...
Hello, Thanks for your great work! 我想问一下为公式2和图三对应不上?
Hello author, I hope I can train Waymo's dataset. When can I support Waymo's dataset training?