Skip to content

Commit

Permalink
Create README-zh_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lsq210 authored Jul 15, 2023
1 parent 53256e5 commit 6167336
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# GTAVDataCollection

GTAVDataCollection is a mod to extract synthetic data from Grand Theft Auto V. The data includes photo-realistic computer images and annotations that can be used for the training of machine learning algorithms.

![demo image](resources/bbox.jpg)

[English](./README.md) | 简体中文

## Requirements
- [ScriptHookV](http://www.dev-c.com/gtav/scripthookv/)
- [ScriptHookVDotNet](https://github.com/crosire/scripthookvdotnet/releases)
- [Scripted Camera Tool](https://www.gta5-mods.com/scripts/scripted-camera-tool-1-0)
- [Visual Studio 2019](https://visualstudio.microsoft.com/vs)
- [.NET Framework ≥ 4.8](https://www.visualstudio.com/cs/downloads/)
- Others managed by Nuget

## Quick Start
1. Download and install ScriptHookV、ScriptHookVDotNet and Scripted Camera Tool.
2. Download [pre-built binaries](https://github.com/lsq210/GTAVDataCollection/releases/) and copy them to `Grand Theft Auto V/scripts/`.
3. Start the game.
4. Press T to set the camera.
5. Press Y to start or stop extracting data. The data should be created in `Grand Theft Auto V/data/`.

0 comments on commit 6167336

Please sign in to comment.