Skip to content

A Virtual Reality Interactive Simulator for Kitchen Tasks

Notifications You must be signed in to change notification settings

michaelkoller/vacesimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VACE: Virtual Annotated Cooking Environment

The VACE simulator is an richly furnished interactive 3D VR kitchen environment which enables users to efficiently record well annotated object interaction samples. The VACE dataset is available at https://researchdata.tuwien.ac.at/records/r5d7q-bdn48. Visit our landing page at https://sites.google.com/view/vacedataset.

Tested on Hardware:

  • 16GB RAM
  • AMD Ryzen 7 3700X 8-Core Processor
  • GeForce RTX 2060 SUPER

Tested on Software:

  • Unity 2019.2.11f1
  • SteamVR 1.20.4
  • Windows 10
  • HTC Vive (headset, 2 controllers, 2 base stations)
  • HTC Vive tracker

Setup Instructions:

Action set settings

  • File --> Open Scene --> Assets/Scenes/SampleScene.unity
  • In scene hierarchy, find the game object Manager, click it
  • In the inspector of the Manager, make sure the controller settings are correct, see below Controller settings
  • More controller trouble shooting available at "Assets/SteamVR/SteamVR Unity Plugin - Input System"
  • In the same inspector window, set a path for the recordings, see below Recording settings
  • In the hierarchy, find PlayerWithAvatar --> SteamVRObjects --> Tracker
    • In its inspector, make sure the device index of the tracker is 3
  • Make sure "Playback" is unchecked, click "Play" (the triangle) in the top

How to Interact

  • Use the trigger or the grip button in both hands for grasping
  • Grasp and hold non-furniture objects to pick them up
  • Push objects without grasping them
  • Grasp and hold the handles of drawers, the stove, the fridge, doors to open them
  • Touch the stove buttons and the water faucet handle to turn them on/off
  • Use knives and the grater to cut any food item into smaller pieces

How to HUD

  • Click center on the trackpad of the right controller to toggle the MPII 2 Cooking dataset recipe collection
  • Click up and down on the right controller trackpad to select a recipe
  • Click right on the trackpad to show the next step of the recipe, left to show the previous step of the recipe HUD visuals

How to Record Samples

  • When ready, click the menu button on the right controller, and then again to stop the recording

How to Postprocess

  • Stop the play mode after recording one or more samples, then put a check on "Playback" in the inspector of the Manager game object, and press play again. Post-processing is slower than real time.
  • Add information about sample number, high level description, etc. to the readme file of the sample. That is the only annotation you need to perform manually.

Labeling Process and Sample Description

Please consult readme-resources/sample-description.txt to get an overview of the structure of a generated sample after postprocessing. Ground truth comes for free, and the post-processing stage allows for computationally expensive annotation like the logical predicates (on, in, etc.) and rendering multiple images per frame. The segmentation mask is the result of a shader that computes unique colors from object IDs. The depth mask uses a depth shader. Automatic annotation is the main reason for the project and users do not have to manually label anything except provide a sample name and the high level steps they performed (i.e., which variation of a recipe they created).

Citation

If you use this repository in your publications, please cite

@inproceedings{koller2022new,
  title={A New VR Kitchen Environment for Recording Well Annotated Object Interaction Tasks},
  author={Koller, Michael and Patten, Timothy and Vincze, Markus},
  booktitle={Proceedings of the 2022 ACM/IEEE International Conference on Human-Robot Interaction},
  pages={629--633},
  year={2022}
}

About

A Virtual Reality Interactive Simulator for Kitchen Tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages