Git Product home page Git Product logo

royzon / det3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pyun-ram/det3

0.0 0.0 0.0 43.65 MB

This repo is a LiDAR-based 3D object detection code base. It provides some basic operations and methods for 3D object detection.

License: GNU General Public License v3.0

Python 70.80% Dockerfile 0.24% CSS 0.05% HTML 0.80% JavaScript 3.86% Jupyter Notebook 1.54% CMake 0.29% C 0.11% C++ 18.37% Cuda 3.93% Shell 0.01%

det3's Introduction

det3

This repo is a LiDAR-based 3D object detection code base. It provides some basic operations and methods for 3D object detection. The architecture of the det3 project is as follows:

drawing

Requirements

  • python 3.7.3
  • CUDA 10.1+
  • PyTorch 1.4.0+
  • Open3D 0.9

Dockerfile

cd dockerfiles
docker build . -t <dockerimage-tag>/det3:v0.1
docker run -it --name det3 --gpus all <dockerimage-tag>/det3:v0.1

Usage

You can call the functions of det3 as a package. It provides basic functions in det3.dataloader, det3.ops, and det3.visualizer with detailed documentation inline. The inline documentation of each function explains itself.

The det3 also provides a use case of SECONDNet in det3/methods/second. You can refer to this implementation for its usage.

We will also provide more detailed tutorials in the future.

Acknowledgement

Thanks for the contribution of predecessors in this field. If you find any inappropriate references in this code base, please feel free to contact us ([email protected]).

det3's People

Contributors

pyun-ram avatar echo9595 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.