Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 980 Bytes

README.md

File metadata and controls

62 lines (45 loc) · 980 Bytes

Synthetic

Generating synthetic data, using PASCAL VOC and YOLO annotation formats

Setup Instructions

Install UnrealEngine

git clone -b 4.22 git@github.com:EpicGames/UnrealEngine.git
cd UnrealEngine
./Setup.sh
./GenerateProjectFiles.sh
make

For more info vist Building on Linux.

Git Large File Storage (Git LFS)

sudo apt-get install git-lfs
git-lfs install

For more info visit Git LFS

Setup Synthetic (this repo)

Clone repository:

git clone git@github.com:VertexStudio/Synthetic.git

Environment variables:

export UE4_ROOT=/path/to/UE4.22
export UE4_SYNTHETIC=/path/to/Synthetic

Generate project files and build

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

Run:

./run_editor.sh