Giter Site home page Giter Site logo

liuxinren456852 / dcpcr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prbonn/dcpcr

0.0 0.0 0.0 32 KB

DCPCR: Deep Compressed Point Cloud Registration in Large-Scale Outdoor Environments

License: MIT License

Python 96.75% Makefile 1.79% Dockerfile 1.45%

dcpcr's Introduction

DCPCR

DCPCR: Deep Compressed Point Cloud Registration in Large-Scale Outdoor Environments

How to get started (with docker)

Install nvida-docker.

Data

You can download the compressed apollo dataset from here and link the dataset to the docker container by configuring the Makefile /dcpcr/Makefile

DATA=<path-to-your-data>

For visualization and finetuning on the uncompressed data, you first have to download the apollo data and use the script '/dcpcr/scripts/apollo_aggregation.py' to compute the dense point clouds. This requires around 500 GB, see compression is nice ;) You can also visualize the registration on the compressed data, but it's hard to see stuff, due to the low resolution.

Building the docker container

For building the Docker Container simply run

make build

in the root directory.

Running the Code

The first step is to run the docker container inside dcpcr/:

make run

The following commands assume to be run inside the docker container.

Training

For training a network we first have to create the config file with all the parameters. An example of this can be found in /dcpcr/config/config.yaml. To train the network simply run

python3 trainer -c <path-to-your-config>

Evaluation

Evaluating the network on the test set can be done by:

python3 test.py -ckpt <path-to-your-checkpoint>

All results will be saved in a dictonary in the dcpcr/experiments. When finetuning with the compressed data we used -dt 1, while -dt 5 for the uncompressed.

Qualitative results

In dcpcr/scripts/qualitative are some scripts to visualize the results.

Pretrained models

The pretrained weights of our models can be found here

How to get started (without Docker)

Installation

A list of all dependencies and install instructions can be derived from the Dockerfile. Use pip3 install -e . to install dcpcr.

Running the code

The scripts can be run as before inside the docker container. Only the dcpcr/config/data_config.yaml might need to be updated.

dcpcr's People

Contributors

louis-wiesmann 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.