Skip to content

A synthetic city data generator repository in unreal engine

Notifications You must be signed in to change notification settings

m-yahya-khattak/SCDG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕹️ Synthetic City data Generator

📁 Table of Contents

🏙️ General

Created this project for my personal research project as a hobby.

This repository generates synthetic data of a real city (in this case paris) from OpenStreetMap data and animates it with the City Sample project (pedestrians, cars). The synthetic data is captured in several formats (RGB and semantic).

The objective is to detect AI models biases from this synthetic data. For instance, detect if our crowd counting model is efficient either day and night by submitting two datasets.

🧰 Requirements

Collections and plugins

In your project, you will need to add:

Expected tree

. [Twincity]
└── Content # Download from the marketplace 👇
  └── City Sample Crowds
  └── City Sample Vehicles
├── [...]
└── Plugins # Create a Plugins folder where you can clone EasySynth repository 👇
    └── EasySynth

💾 Demo

🌙☀️ Day and night scenes

🌧 Weather

📸 Camera angles and semantic views

Semantic views is useful in computer vision to detect objects (pedestrians, buildings, roads, vehicles etc).

👥 Crowd generator

📊 Extractor results

Once the user has clicked on "Generate", RGB and semantic datas can be found in /d/Snapchot/ folder. Metadatas file describing screenshots (number of vehicles and peds, peds id and RGB, camera rotation/location, weather...) is also created in /d/.

About

A synthetic city data generator repository in unreal engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages