File size: 949 Bytes
42455c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# SoftVTBench evaluation assets (`eval-assets/`)

This directory contains the USD scene and deformable assets needed for
closed-loop evaluation in Isaac Sim. Training does not require it.

## Redistribution status

**Redistribution pending.** The SoftVTBench dataset and code licenses do not
grant a blanket Apache-2.0 license to this directory. Publication of this
README does not establish permission to download, mirror, or redistribute the
files here. See `ASSET_TERMS.md` and the code release's
`docs/asset_licensing.md`. The maintainers must attach written redistribution
evidence before presenting this directory as publicly downloadable.

## Intended layout after clearance

```text
eval-assets/
└── USD/
    ├── <rigid scene object>/<asset>.usd
    └── <deformable object>/<asset>.usd
```

Once clearance is complete, point the evaluator at this directory:

```bash
export SOFTVT_EVAL_USD_DIR=/path/to/eval-assets/USD
```