Skip to content

UE4 project for Simbotic tutorials, examples and experiments

Notifications You must be signed in to change notification settings

Simbotic/Sandbox

Repository files navigation

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

About

UE4 project for Simbotic tutorials, examples and experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published