Git Product home page Git Product logo

abc's Introduction

Project Title

Haru Wizard of Oz project.

Description

Getting Started

Prerequisites

Ubuntu 18.04 with ROS Melodic

$ sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential python3 python3-pip

$ sudo apt install build-essential virtualenv

Dependencies

  • clone the repository

    $ git clone https://[email protected]/gperez9/abc.git

  • then setup a virtualenv:

    $ cd abc $ python3 -m venv venv_abc $ source venv_abc/bin/activate $ pip install --upgrade pip wheel setuptools

  • install requirements:

    $ pip install -r requirements.txt --no-cache-dir $ deactivate

Executing program

Terminal 1:

$ source venv_abc/bin/activate
$ python src/management/Testbench.py

Terminal 2:

$ tensorboard --logdir data/runs/biwalker_tests

Browser:

$ http://localhost:6006/

Architecture

![ABC scheme](./bin/pcitures/ABC scheme.png)

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Contact

Project Link: https://github.com/JoseAndresMR/ABC

Docker container

Create container with GPU capabilities

You need to install in your own host previously CUDA drivers. In Ubuntu, you can check the installation by running nvidia-smi.

docker build --pull --rm -f "Dockerfile" -t abc:1.0 "."

Run container

docker run -it --rm --gpus all --privileged -v $(pwd):/repo abc:1.0 bash

abc's People

Contributors

cperales avatar joseandresmr avatar joseandres4i avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  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.