Git Product home page Git Product logo

luminet's Introduction

LumiNet

A Multi-Modal Feature Fusion Network for 3D Object Detection

Code will be available Soon

Fusion-new drawio

Environment Setup:

Linux (tested on Ubuntu 22.04)

Python 3.8

PyTorch 1.10 + CUDA-11.3

Installation:

To deploy this project run

git clone https://github.com/faziii0/LumiNet
  
conda create -n liard python==3.8
conda activate liard
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.cudatoolkit=11.3 -c pytorch -c conda-forge
conda install -c conda-forge cudatoolkit-dev
pip install -r requirements.txt
sh build_and_install.sh

Depth Images

We use MiDaS pretrained model to covert image_2 into depth images or download it from here Google. You can clone their repo and run this command

python run.py --model_type dpt_beit_large_512 --input_path image_2 --output_path depth

Dataset preparation:

Please download the official KITTI 3D object detection dataset and train mask from Epnet++

LiARD
├── data
│   ├── KITTI
│   │   ├── ImageSets
│   │   ├── object
│   │   │   ├──training
│   │   │      ├──calib & velodyne & label_2 & image_2 & depth & train_mask
│   │   │   ├──testing
│   │   │      ├──calib & velodyne & image_2 & depth
├── lib
├── pointdep_lirad
├── tools

Trained Model Evaluation

Objects Easy Moderate Hard
Car 95.82% 88.84% 83.98%
Pedestrian 82.20% 74.86% 69.42%
Cyclist 84.99% 70.30% 67.10%

3D Predicted labels are avialable from the above Google

Acknowledgements

Thanks to all the contributors and authors of the project PointRCNN, EPNet++, EPNet,MiDaS

Citation

luminet's People

Contributors

faziii0 avatar

Watchers

 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.