Coder Social home page Coder Social logo

ashtanmistal / minecraftubc Goto Github PK

View Code? Open in Web Editor NEW
34.0 34.0 3.0 3.93 GB

A proof-of-concept for transforming UBC's Vancouver Campus into a Minecraft world through the use of geospatial data processing and deep learning.

License: GNU General Public License v2.0

Python 100.00%
geometric-modeling geospatial-processing geospatial-visualization lidar machine-learning minecraft ubc

minecraftubc's People

Contributors

ashtanmistal avatar hkimhi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

minecraftubc's Issues

Fix extraneous building datapoints caused by LiDAR-DenseSeg Integration

LiDAR-DenseSeg semantic segmentation left some incorrectly classified data points in the resulting point cloud. Attempts were made to remove these datapoints and mitigate errors, but a more thorough process is required to better differentiate noise from sparse wall points.

What has been tried so far:

  • Radial neighbourhood check for sparsity, removing points that have less than a given threshold of points within a local radial neighbourhood
  • Voxel sparsity check: checking neighbouring voxels in the same chunk and removing it if it is floating or otherwise only connected to 1-2 other points
  • Truncation error removal: Removing points that would have been quantized to a different voxel than n% of their neighbours. This was mildly successful.

What is likely the solution (Will attempt after completion of Forest Friends) is the following:

  • Initial point cloud simplification via Poisson Disk subsampling, with an explicit radius of around 1.0m (exactly like MeshLab's implementation)
  • Convert point cloud into a mesh (likely through ball pivoting algorithm but other options could be explored too)
    • Rejection of edges longer than a certain length could be useful
  • RANSAC-based plane fitting, completing what LiDAR-DenseSeg proposed

Open3d can provide some of these functions; current library installation issues present that are less pressing than Forest Friends completion.

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.