Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

nutonomy/second.pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For point_pillars installation refer to https://github.com/nutonomy/second.pytorch.

The code has been modified to run on Argoverse 3D dataset.

Command to train final model (in point_pillars/second/) - python ./pytorch/train.py train --config_path=./configs/pointpillars/car/xyres_20_argo_upper.proto --model_dir=./models --device=0 --include_roi=True --dr_area=False --include_road_points=False

For inference on test set (in point_pillars/second)-

python pp_inference.py --config_path=./configs/pointpillars/car/xyres_20_argo_upper.proto --model_dir=./models --device=0 --model_path="path_to_model/voxelnet-xxx.tckpt" --save_path="path_to_save/xxx.pkl" --include_roi=1 --include_road_points=0 --dr_area=0

Command to get Results in AB3DMOT format( in point_pilllars/second) - python get_tracking_result.py --model_path=path_to_model --sv_dir=path_to_AB3DMOT/data/argo/car_3d_det_val_upper/ --set=val (or test)

About

PointPillars for KITTI object detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.3%
  • JavaScript 11.7%
  • C++ 3.0%
  • HTML 2.4%
  • Other 0.6%