Skip to content
/ FL3D Public

The code is implemented to show focal loss improvement based on 3D-FCN and VoxelNet for “Focal Loss in 3D Object Detection”.

License

Notifications You must be signed in to change notification settings

pyun-ram/FL3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository is for "Focal Loss in 3D Object Detection". If you use this code for academic purpose, we would appreciate if you cite our paper:

@article{yun2018fl3d,
  title={Focal Loss in 3D Object Detection},
  author={Peng Yun, Lei Tai, Yuan Wang, and Ming Liu},
  journal={arXiv preprint arXiv:1809.06065},
  year={2018}
}

Organization

It contains two parts: 3D-FCN and VoxelNet as claimed in our paper. For detailed information of these two parts, please refer the sub-README in each dir.

Data & Weights

The splited data & weights are available in Data&Weights

Docker

The docker images for 3D-FCN and VoxelNet are also available.

docker pull pyun/voxelnet:baseline
docker pull pyun/3d-fcn:tf1.7
# Then launch a container with nvidia-docker 1.0

Acknowledgments

About

The code is implemented to show focal loss improvement based on 3D-FCN and VoxelNet for “Focal Loss in 3D Object Detection”.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published