Giter VIP home page Giter VIP logo

vanessa's Introduction

vanessa

VANESSA: VAihiNgEn Semantic SegmentAtion

This was tested in a system with GPU NVIDIA GeForce GTX 1070 and Ubuntu 16.04.7.

Instructions:

  • You need to have installed the drivers of your GPU if you are using one.
  • You need to create a folder called 'vaihingen/', and create there two folders:
    • 'images/': And copy there all the images (top_mosaic_09cm_area1.tif, ..., top_mosaic_09cm_area38.tif)
    • 'labels/': And copy there all the labels (top_mosaic_09cm_area1.tif, ..., top_mosaic_09cm_area38.tif)
  • Also, you need to copy the included 'sets.csv' file, to the 'vaihingen/' folder.
  • Then, you need to edit the file "segmentation/training_pixel_tile_seg_model.py", configuring the variable 'path', in the line 115 to the path of the folder 'vaihingen/', for example: 'path = "/home/sebastian/vaihingen"'.
  • The script "install.sh" creates a python virtual environment and installs in it all the dependencies in the requirements.txt file.
  • The script "run_tests.sh" activates the virtual environment and runs the tests of the project.
  • The script "train_pixel_tile_level.sh" activates the virtual environment and runs the python script "segmentation/training_pixel_tile_seg_model.py", which runs two models to compare between them:
    • A pixel level segmentation model that uses a U-Net like structure.
    • A pixel level segmentation model that uses a U-Net like structure, but with a second output for pretraining with patch level data, to be able to leverage image data with a more coarse labeled information.

vanessa's People

Contributors

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