Git Product home page Git Product logo

second_lite's Introduction

1. Introduction

a lightweight version of SECOND LiDAR object detection

my change:

  • use own customized spconv_lite instead of spconv
  • rewrite/refactor code
  • use a simplfied voxel extractor, but works well.
  • trained with kitti
  • trained with lyft 3d detection
  • add my own understanding and illustrations about the model
  • test on a real testing car, 0.05 sec per Lidar frame, wth GTX 2080

My results

  • KITTI 2011-09-26-0005
  • KITTI 2011 09 26 0023
  • test on a real testing car
    • 3d visualization is my opengl 2.0 practice repo
    • results currently rendered in BEV, yellow is cyclist, defined in KITTI

this is a showcase repo, KITTI training sketch code can be found in https://github.com/masszhou/SECOND_lite_dev

2. SECOND lite Model Architecture

2.1 VFE module

2.2 middle conv3D module

2.3 RPN module

3. How to use

under root of this project

python -m script.predict_kitti predict_pcl_files --pcl_path="{kitti_root}/2011_09_26/2011_09_26_drive_0023_sync/velodyne_points/data/" --image_root_path="{kitti_root}/2011_09_26/2011_09_26_drive_0023_sync/image_02/data/" --save=True

4. Results on KITTI test set

training with 180° FOV labels, inference with 360° FOV

  • green: car
  • blue: van
  • red: pedestrian
  • yellow: cyclist

My results

second_lite's People

Contributors

masszhou 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.