Computer Vision algorithm implementations, intended for use with the Neodroid platform
Project description
Vision
This repository will host implementation computer vision algorithms applying the Neodroid platform.
Neodroid is developed with support from Research Council of Norway Grant #262900. (https://www.forskningsradet.no/prosjektbanken/#/project/NFR/262900)
Contents Of This Readme
Algorithms
Requirements
- pytorch
- tqdm
- Pillow
- numpy
- matplotlib
- torchvision
- torch
- Neodroid
- pynput
To install these use the command:
pip3 install -r requirements.txt
Usage
Export python path to the repo root so we can use the utilities module
export PYTHONPATH=/path-to-repo/
For training a agent use:
python3 procedures/train_agent.py
For testing a trained agent use:
python3 procedures/test_agent.py
Results
Semntation
Using Depth, Segmentation And RGB images to estimate the location of target point in an environment.
Screenshots
Contributing
See guidelines for contributing here.
Citation
For citation you may use the following bibtex entry:
@misc{neodroid-vision,
author = {Heider, Christian},
title = {Neodroid Vision},
year = {2019},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/sintefneodroid/Vision}},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file NeodroidVision-0.0.1.20190501120313-py36-none-any.whl
.
File metadata
- Download URL: NeodroidVision-0.0.1.20190501120313-py36-none-any.whl
- Upload date:
- Size: 50.7 kB
- Tags: Python 3.6
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5b804745dac15a160e4f241c4ce572e18c42efc4fb4729afe081592c7f350ab |
|
MD5 | 7e59cb43417a5dff12710f792053a3c0 |
|
BLAKE2b-256 | 9df18730ab31a347eb704789547b148adbd3ead89ccc545ee6cbdf90840d152a |