Coder Social home page Coder Social logo

tashanzuozuo / wass Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fbergama/wass

0.0 0.0 0.0 89.58 MB

WASS (Waves Acquisition Stereo System) is an optimized stereo processing pipeline for sea waves 3D reconstruction.

License: GNU General Public License v3.0

JavaScript 7.08% CSS 21.71% HTML 1.13% Batchfile 0.02% Shell 0.62% MATLAB 2.65% CMake 2.32% C++ 55.85% C 0.24% Dockerfile 0.89% Python 5.30% Less 2.19%

wass's Introduction

WASS

WASS (Waves Acquisition Stereo System) is an optimized stereo processing pipeline for sea waves 3D reconstruction.

It was developed by Filippo Bergamasco as a joint-collaboration between Università Ca'Foscari di Venezia and CNR ISMAR. It is a result of more than 6 years of active research with Alvise Benetazzo (CNR-ISMAR) in the field of accurate 3D surface reconstruction of sea waves.

Official project page

http://www.dais.unive.it/wass

Try it via Docker

  1. Install Docker and Docker compose.

  2. Download the file docker-compose.xml

  3. Download the test data and unzip the package in the same directory of docker-compose.xml

  4. Create a directory named out. Your WASS working directory should contain the following: docker-compose.yml, out/, WASS_TEST/

  5. In Linux/OSX:

    • open a terminal
    • cd into the directory containing docker-compose.yml
    • run the command:
export UID=$(id -u) && export GID=$(id -g) && docker-compose up
  1. In Windows:
    • open the PowerShell prompt
    • cd into the directory containing docker-compose.yml
    • run the command:
docker-compose up
  1. Open your browser to http://localhost:8080 and click in sequence: prepare, match, auto-calibrate and dense stereo. The processed data will be placed in the out directory. If you want to process the whole dataset without using the web interface you can run the following:
docker run -i -t --network wass-net bergamasco/wass:runall

To spawn a shell inside the container:

docker exec -i -t  -u $(id -u):$(id -g) wass /bin/bash

Run it with your data

Edit the lines 13, 19 and 25 of docker-compose.yml (the ones with source: "<dir>") to set the location of configuration, input and output directory respectively. Refer to the pipeline documentation:

to properly setup the configuration files.

License

Copyright (C) 2016-2020 Filippo Bergamasco 

WASS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

WASS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

wass's People

Contributors

fbergama avatar mara-p 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.