Giter VIP home page Giter VIP logo

drdady / implicit-joint-semantic-segmentation-of-images-and-point-cloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from peterfws/implicit-joint-semantic-segmentation-of-images-and-point-cloud

0.0 0.0 0.0 133.31 MB

Finished Master Thesis at Insititute of Photogrammetry (Ifp), Uni Stuttgart, Germany

Home Page: https://www.ifp.uni-stuttgart.de/lehre/masterarbeiten/581-shu/

Python 50.88% CMake 4.79% C++ 16.28% C 3.22% Makefile 24.83%

implicit-joint-semantic-segmentation-of-images-and-point-cloud's Introduction

Implicit Joint Semantic Segmentation of Images and Point Cloud

keywords: Deep learning, semantic segmentation, ALS point cloud, aerial imagery, multi-modal features
Master Thesis at Insititute of Photogrammetry (Ifp), University of Stuttgart, Germany
Author: Fangwen Shu
Betreuer: M.Sc. Dominik Laupheimer
Prüfer: Prof. Norbert Haala

framework: keras 2.0
pre-processing: python3
semantic segmentation: python2

End in 01.04.2018
https://www.ifp.uni-stuttgart.de/lehre/masterarbeiten/581-shu/

Configuration of conda env

./conda_env/py2.yml
./conda_env/py3.yml

conda env export > py2.yml
conda env create -f py2.yml

Pre-processing part

./main.py

pre-processing code for aerial imagery and LiDAR point cloud, including 3D-2D projection, frustum culling, Hidden-point-removal (HPR), gird interpolation and operator of Morphology.

./utilities.py

functions of each of algorithms implemented in pre-processing.

./myClasses.py

some classes related to frustum culling, traslated from C++ code, detailed explanation in OpenGL.

./visualization.py

functions used to visualize data.

./statistics.py

functions used to calculate statistic information of the data.

./Generation_depth_img.py

code for generating depth image.

Semantic segmentation part

./version_playground

Old code backup, including point splatting achieved in C++ if you needed.

./semantic-segmentation/Models/

  • testNet (multi-stream costume CNN based on SegNet, early or late fusion, multi-input stream)
  • SegNet (main model used in thesis)
  • PSPnet (runnable, one of baselines)
  • FCN8,32 (runnable)
  • U-net (runnable)
  • TernausNet (runnable)

./semantic-segmentation/board/

where you save tensorboard file.

./semantic-segmentation/data/

where you save train/validation/test-set and VGG pre-treained weights.

./semantic-segmentation/weights/

where you save trained weights.

./semantic-segmentation/pytorch_code/

some dirty code of SegNet and pre-processing implemented in pytorch.

Code for training/prediction/evaluation:

./semantic-segmentation/train.py

./semantic-segmentation/prediction.py

train and prediction your data.

./semantic-segmentation/LoadBatches.py

data generator with pre-processing such as normalization, random rotation, random cropping
randomly brightness jitter, contrast normalization..

./semantic-segmentation/chip.py

cropping images if you need.

./semantic-segmentation/evaluation.py

evaluation semantic result in 2D and 3D space.

implicit-joint-semantic-segmentation-of-images-and-point-cloud's People

Contributors

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