Coder Social home page Coder Social logo

whuhxb / vff Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dvlab-research/vff

0.0 0.0 0.0 2.81 MB

Voxel Field Fusion for 3D Object Detection (CVPR2022)

License: Apache License 2.0

Shell 0.22% C++ 5.55% Python 84.47% C 0.44% Cuda 9.32%

vff's Introduction

VFF

Voxel Field Fusion for 3D Object Detection

Yanwei Li, Xiaojuan Qi, Yukang Chen, Liwei Wang, Zeming Li, Jian Sun, Jiaya Jia

[arXiv] [BibTeX]


This project provides an implementation for the CVPR 2022 paper "Voxel Field Fusion for 3D Object Detection" based on OpenPCDet. VFF aims to maintain cross-modality consistency by representing and Image fusing augmented image features as a ray in the voxel field.

Installation

This project is based on OpenPCDet, which can be constructed as follows.

Training

You can train the model following the instructions. You can find the pretrained DeepLab V3 here if you want to train the model from scratch. For example, to launch PVRCNN-VFF training on multi GPUs, one should execute:

cd /path/to/vff/tools
bash scripts/dist_train.sh ${NUM_GPUS} --cfg_file cfgs/kitti_models/VFF_PVRCNN.yaml

or train with a single GPU:

python3 train.py --cfg_file cfgs/kitti_models/VFF_PVRCNN.yaml

Evaluation

You can evaluate the model following the instructions. For example, to launch PVRCNN-VFF evaluation with a pretrained checkpoint on multi GPUs, one should execute:

bash scripts/dist_test.sh ${NUM_GPUS} \
    --cfg_file cfgs/kitti_models/VFF_PVRCNN.yaml --batch_size ${BATCH_SIZE} --ckpt ${CKPT}

or evaluate with a single GPU:

python3 test.py --cfg_file cfgs/kitti_models/VFF_PVRCNN.yaml --batch_size ${BATCH_SIZE} --ckpt ${CKPT}

KITTI 3D Object Detection Results

We provide results on KITTI val set with pretrained models. All models are trained and evaluated on 8 V100 GPU.

Car@R40 Pedestrian@R40 Cyclist@R40 download
PVRCNN-VFF 85.50 65.30 73.30 GoogleDrive
VoxelRCNN-VFF 85.72 - - GoogleDrive

Acknowledgement

We would like to thank the authors of OpenPCDet and CaDDN for their open-source release.

License

VFF is released under the Apache 2.0 license.

Citing VFF

Consider cite VFF in your publications if it helps your research.

@inproceedings{li2022vff,
  title={Voxel Field Fusion for 3D Object Detection},
  author={Li, Yanwei and Qi, Xiaojuan and Chen, Yukang and Wang, Liwei and Li, Zeming and Sun, Jian and Jia, Jiaya},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2022}
}

vff's People

Contributors

yanwei-li avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.