CoolFace
Datasetpublic

Enigma-AI/multiplayer-racing-full-res

Gran Turismo 4 Multiplayer Data - Upsampler This dataset contains video and action labels of 1v1 races in the PS2 game Gran Turismo 4 for upsampling purposes. It was used to train the multiplayer world model Multiverse. Note: this code is only used to train an upsampler model to increase the frame resolution and details from 35x53 to 350x530. Data Structure The dataset is comprised 1v1 races footage at 1 fps, split into .hdf5 files. Each frame has a shpae of (350… See the full description on the dataset page: https://huggingface.co/datasets/Enigma-AI/multiplayer-racing-full-res.

sourceHugging Facemitupdated 1y agoView on Hugging Face
8likes727downloads
Dataset Card

Gran Turismo 4 Multiplayer Data - Upsampler

This dataset contains video and action labels of 1v1 races in the PS2 game Gran Turismo 4 for upsampling purposes.

It was used to train the multiplayer world model Multiverse.

Note: this code is only used to train an upsampler model to increase the frame resolution and details from 35x53 to 350x530.

Data Structure

The dataset is comprised 1v1 races footage at 1 fps, split into .hdf5 files.

Each frame has a shpae of (350, 530, 6), representing 2 RGB frames stacked together along the channel axis. As can be seen in the following figure:

<img src="https://cdn-uploads.huggingface.co/production/uploads/64df79dd288ed5cc730f0668/j1melysX9Jxc0Yg81phhl.png" width="300">

And the two player action is an array of size (66) in the following structure:

PlayerRangeControlMeaning
Player 10–10Gas0 = no gas, 10 = max gas
Player 111–21Brake11 = no brake, 21 = max brake
Player 122–32Steering22 = max left, 27 = straight, 32 = max right
Player 233–43Gas33 = no gas, 43 = max gas
Player 244–54Brake44 = no brake, 54 = max brake
Player 255–65Steering55 = max left, 60 = straight, 65 = max right