Skip to content

dweam-team/diamond-yumenikki

Repository files navigation

DIAMOND Yume Nikki

installing VM

(go to ./dataset)

  1. Download xubuntu-24 as iso file (xfce4 is using x11, not wayland).
  2. Run ./run_xfce_img.sh:
  3. If './yume-nikki-vm.qcow2' doesn't exist, it will run the installer. You can automate the process using:

xubuntu-installer

* No need for third-party software and such
* Do not require password to log in
  1. If ./yume-nikki-vm.qcow2 does exist, it will boot the system.
  2. Log into your user (e.g. user: dweam password: dweam) and run:
# disable password prompts for the user in /etc/sudoers:
$ sudo vi /etc/sudoers
# - %sudo ALL=(ALL:ALL) ALL
# + %sudo ALL=(ALL:ALL) NOPASSWD: ALL
# :x!
$ sudo apt install openssh-server
$ sudo systemctl enable ssh
$ sudo systemctl start ssh
  1. Run yume-nikki with wine:
cd ~/yumenikki
wine RPG_RT.exe
# install wine-mono when prompted
  1. Disable display power management or suspension in Settings > Power Management.
  2. Run python3 capture_data.py in the home directory.

To start recording, press 't'. This will generate ./data/video_{id:04d}/ which will be periodically rsync'ed to host to free up space on the VM.

training

  1. Create dweam conda environment and add it as ipython kernel accessible in jupyter.
  2. Run YN-Dataset.ipynb (so that dataset is created)
  3. Run ./preprocess_data.sh to put all hdf5 files into .tar.gz archive (alternatively, you can download the archive from huggingface and don't need steps 2 and 3).
  4. Edit AI-MarioKart64/diamond/configs/training.yaml, set wandb stuff:
wandb:
  mode: online
  ...
  1. Run wandb login and paste API key.
  2. Run python src/main.py
  • On RTX4090 (24GB VRAM) set denoising acc=6 batch=10 upsampler acc=1 batch=1
  1. To explore a model checkpoint, run YN-run.upynb (basically get spawn locations)
  2. To run it, use the src/play.py but change path_ckpt and spawn_dir to your spawn and checkpoint locations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published