Commit 63ead882 authored by Jeeken's avatar Jeeken
Browse files

add README

parent 580452c4
Loading
Loading
Loading
Loading

README.md

0 → 100644
+17 −0
Original line number Diff line number Diff line
# Armor Detection

For RM 2018, Artinx CV

## Build

```bash
git clone --recurse-submodules https://...
cd /path/to/where/it/it/placed
mkdir cmake-build-debug && cd cmake-build-debug
cmake ..
make -j4
```

## Usage

See `./ArmorDetection --help`