Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.01 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.01 KB

Sandbox

Generating synthetic data, using PASCAL VOC and YOLO annotation formats


Setup Instructions

Install Simbotic Engine

git clone -b Simbotic/4.25 [email protected]:Simbotic/SimboticEngine.git
cd SimboticEngine
./Setup.sh
./GenerateProjectFiles.sh
make

For more info vist Building on Linux.

Setup Sandbox (this repo)

Clone repository:

git clone [email protected]:Simbotic/Sandbox.git

Environment variables:

Execute setup /path/to/SimboticEngine script to include the following inside your .bashrc file:

export SIMBOTIC_ENGINE=/path/to/SimboticEngine
export SIMBOTIC_SANDBOX=/path/to/Sandbox

Generate project files and build

cd $SIMBOTIC_SANDBOX
git lfs pull
./generate.sh
./build.sh

Run:

./editor.sh