Datasets:
Add release plan note: refined SMAL params coming later
Browse files
README.md
CHANGED
|
@@ -151,6 +151,10 @@ from datasets import load_dataset
|
|
| 151 |
ds = load_dataset("<your-username>/interpet4d_ver1")
|
| 152 |
```
|
| 153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
## Intended Uses
|
| 155 |
|
| 156 |
- Cross-species (human ↔ dog) interaction modeling
|
|
|
|
| 151 |
ds = load_dataset("<your-username>/interpet4d_ver1")
|
| 152 |
```
|
| 153 |
|
| 154 |
+
## Release Plan
|
| 155 |
+
|
| 156 |
+
The current `smal_npy/` contains **raw SMAL fits** directly from our automated pipeline. A **refined / cleaned-up version of the SMAL parameters** will be released in a future update.
|
| 157 |
+
|
| 158 |
## Intended Uses
|
| 159 |
|
| 160 |
- Cross-species (human ↔ dog) interaction modeling
|