sgino209 / RingMark_decoder

RingMark Decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RingMark_decoder

RingMark Decoder

Quick Start

Clone this repository:

git clone <repo>
cd <repo>

Ramp up virtual environment (very much recommended)

python3 -m virtualenv venv
source venv/bin/activate

Intall requirements

pip3 install -r requirements.txt

IPython

cd python
jupyter notebook decoder_main.py

Python

cd python
python3 decoder_main.py 

C++

cd cpp
make
decoder_main

WIP: add UI

About

RingMark Decoder

License:Apache License 2.0


Languages

Language:Jupyter Notebook 90.8%Language:C++ 7.3%Language:Python 1.5%Language:Makefile 0.4%