Creating Helios model from drone or rover data
TBD
Real to Syn and Syn to Real for GEMINI Sorghum using HELIOS
# Checkout the code
git clone git@github.com:GEMINI-Breeding/Digital-Crops.git
cd Digital-Crops
# Init submodules
git submodule update --init --recursive
# Build
mkdir build
cd build
cmake ../
make -j
# Run
./DigitalCrops
