ArtVIP / README.md
nielsr's picture
nielsr HF Staff
Set correct task category, add link to paper
df52145 verified
|
raw
history blame
6.97 kB
---
language:
- en
license: apache-2.0
task_categories:
- robotics
pretty_name: ArtVIP
tags:
- usd
- articulations
- Robotics simulation
Modalities:
- 3D
Formats:
- webdataset
---
# ArtVIP dataset card
[Paper](https://huggingface.co/papers/2506.04941)
## Key Features
โœ… We release a collection of 26 categories, **206 high-quality digital-twin articulated objects**.
โœ… We provide digital-twin scene assets and configured scenarios integrating articulated objects within scene for immediate use.
โœ… All assets are provided in **USD format** and are **open-source**.
โœ… The detailed production process and standard offer comprehensive guidance to facilitate community adoption and replication.
---
### Dataset Structure
1. **Articulated objects**
| Articulated objects | Items |
|-----------------------|-----------------------------------------------------------------------|
| Household Items | basket, cardboard_box, mop, pump_bottle, stationery, tongs, toolbox, trash_can |
| Large Furniture | cupboard, wardrobe |
| Major Appliances | built-in_oven, dishwasher, refrigerator, standing_fan, toilet, washing_machine, water_dispenser |
| Small Appliances | coffee_machine, laptop, microwave, oven, rice_cooker, table_fan, water_dispenser |
| Small Furniture | cabinet, chair, faucet, filing_cabinet, shoe_cabinet, table |
2. **Scenes**
| Scene Type | Included Scenes |
|---------------------|---------------------------------------------------------------------------------|
| Children's Room | ๐Ÿ  `children_room` |
| Dining Room | ๐Ÿฝ๏ธ `dining_room` |
| Kitchen | ๐Ÿ”ช `kitchen` |
| Kitchen with Parlor | ๐Ÿ›‹๏ธ `kitchen_with_parlor` |
| Large Living Room | ๐Ÿ–ผ๏ธ `large_living_room` |
| Small Living Room | ๐Ÿ“บ `small_living_room` |
3. **Interactive Scenes**
| Scene Type | Interactive Scenes |
|---------------------|-------------------------------------------------|
| Children's Room | ๐ŸŽฎ `children_room` |
| Kitchen | ๐Ÿ”ช `kitchen`
---
## Dataset information
### Description
ArtVIP, a com-prehensive open-source dataset comprising high-quality digital-twin articulated objects, accompanied by indoor-scene assets. Crafted by professional 3D modelers adhering to unified standards, ArtVIP ensures visual realism through precise ge-ometric meshes and high-resolution textures, while physical fidelity is achieved via fine-tuned dynamic parameters. Meanwhile, the dataset pioneers embedded modular interaction behaviors within assets and pixel-level affordance annotations. Feature-map visualization and optical motion capture are employed to quantitatively demonstrate ArtVIPโ€™s visual and physical fidelity, with its applicability validated across imitation learning and reinforcement learning experiments. Provided in USD format with detailed production guidelines, ArtVIP is fully open-source, benefiting the research community and advancing robot learning research.
### How to use
1. **Install Isaac Sim 4.5**
- Official Documentation: [https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html)
- Linux Version Download: [https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip](https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip)
- Installation steps:
```bash
# Create installation directory
mkdir ~/isaacsim
# Unzip package (assuming downloaded to ~/Downloads)
cd ~/Downloads
unzip "isaac-sim-standalone@4.5.0-rc.36+release.19112.f59b3005.gl.linux-x86_64.release.zip" -d ~/isaacsim
# Run post-installation setup
cd ~/isaacsim
./post_install.sh
# Launch Isaac Sim
./isaac-sim.sh
### Examples
**Kitchen Scene Interaction Demo**:
1. Locate the scene file: `Interactive_scene/kitchen/Kitchen.usd`
2. Open in Isaac Sim and click โ–ถ๏ธ PLAY
3. **Force Application**:
- Hold `SHIFT + Left Click` and drag to apply external forces (highlighted in green in the demonstration image)
![Oven Articulation](./assets/open_oven.png)
1. **Available Interactions**:
- Press switches to open doors
- Toggle light switches
- Operate microwave buttons
- Open refrigerator doors
<div align="center" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 2rem 0;">
<!-- Door Opening -->
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
<video controls muted playsinline width="100%">
<source src="https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP/resolve/main/assets/open_door.mp4" type="video/mp4">
</video>
<p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
๐Ÿšช Door Operation Demo
</p>
</div>
<!-- Light Switch -->
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
<video controls muted playsinline width="100%">
<source src="https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP/resolve/main/assets/turn_on.mp4" type="video/mp4">
</video>
<p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
๐Ÿ’ก Light Switch Activation
</p>
</div>
<!-- Oven Operation -->
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
<video controls muted playsinline width="100%">
<source src="https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP/resolve/main/assets/oven_open.mp4" type="video/mp4">
</video>
<p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
๐Ÿ”ฅ Oven Door Articulation
</p>
</div>
<!-- Refrigerator Demo -->
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
<video controls muted playsinline width="100%">
<source src="https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP/resolve/main/assets/open_fridge.mp4" type="video/mp4">
</video>
<p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
โ„๏ธ Refrigerator Interaction
</p>
</div>
</div>