Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 478 Bytes

Patch Generator

Generates valid locations (x, y, right_x) for the patches used as input for our network.

Usage

Dependencies

Compiling

mkdir build
cd build
cmake ../
make -j

Generating Patches

Change line #13 in main.cpp to the location of your config.yml file. Decide the fold number (line #14) and simply execute!

./PatchGenerator