Giter VIP home page Giter VIP logo

learnableearthparser's Introduction

LearnableEarthParser

Important

This repository is a fork of the original repo LearnableEarthParser. For more informations, check out the original repository. Special thanks to @romainloiseau for his great work!

This fork adds specific changes detailed below, and is dedicated to work in the combination with this special version of EarthParserDataset and the 3D Lidar scenes of genBoxes.

Installation

For reproducibility purposes, you can set up and use the following environment for LearnableEarthParser:

conda env create -f environment_work.yml
conda activate lep-original

Main changes

Masking approaches

Due to the caracteristics of Lidar sampling, especially in the context of autonomous driving, the scenes can often be highly occluded. Therefore, to obtain meaningful prototypes, the strategy explored here consists of applying different masking techniques in one crucial part of the reconstruction loss: compute_l_PX, or $L_{acc}$ in the paper.

The following masking strategies have been implemented in learnableearthparser/model/ours.py :

Other important changes

  • New curriculum options.

  • Added logging of new numerical values to Tensorboard.

  • Added visualisation of Lidar position and masking in Tensorboard.

  • Option to force ground truth positions of prototypes during training.

  • New prototype shapes.

  • First mesh prototypes implementation.

  • Video rendering script to show the training process.

    For this script, a special conda environment is required.
    conda env create -f env_render_video.yml
    conda activate render
    
  • New config files for different experiment setups. You can for example have a look at one here: configs/experiment/5complex_light_boxProto_velod_allScene_SINGLE.yaml. It makes use of the new options listed above.

learnableearthparser's People

Contributors

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