Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: ValueError
Message: Invalid string class label train
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1537, in _prepare_split_single
example = self.info.features.encode_example(record) if self.info.features is not None else record
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 2162, in encode_example
return encode_nested_example(self, example)
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1446, in encode_nested_example
{k: encode_nested_example(schema[k], obj.get(k), level=level + 1) for k in schema}
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1469, in encode_nested_example
return schema.encode_example(obj) if obj is not None else None
~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1144, in encode_example
example_data = self.str2int(example_data)
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1081, in str2int
output = [self._strval2int(value) for value in values]
~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1102, in _strval2int
raise ValueError(f"Invalid string class label {value}")
ValueError: Invalid string class label train
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1382, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1560, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image image | label class label |
|---|---|
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 | |
00 |
DART: Articulated Hand Model with Diverse Accessories and Rich Textures
Daiheng Gao*
·
Yuliang Xiu*
·
Kailin Li*
·
Lixin Yang*
Feng Wang
·
Peng Zhang
·
Bang Zhang
·
Cewu Lu
·
Ping Tan
NeurIPS 2022 (Datasets and Benchmarks Track)
|
|
|
|
|
Update
- [2022.10.07] DART's raw textures+accessories are released at RAW
- [2022.09.29] DART Unity GUI's source code is publicly available at GUI.
Environment
- numpy
- cv2
- imageio
- PyTorch
- PyTorch3D (>= 0.6)
- manotorch
Data
Please download the data from HuggingFace/Dataset or Baidu Pan (4w3r) and put them in the data/DARTset folder.
git clone https://huggingface.co/datasets/yuliang/dart data/DARTset
Then download MANO from the official website and put it in the assets folder.
Your directory should look like this:
.
├── DARTset.py
├── DARTset_utils.py
├── assets
│ └── mano_v1_2
├── data
│ └── DARTset
│ ├── train
│ │ ├── 0
│ │ ├── 0_wbg
│ │ ├── part_0.pkl
│ │ |-- ...
│ └── test
Visualization
python DARTset.py
You can modify this line in DARTset.py to change the train/test data split.
Post Processing with Unity GUI
Please check postprocess folder to learn how to generate intermediate output using DART's Unity GUI.
Citation
If you find our work useful in your research, please cite:
@inproceedings{gao2022dart,
title={{DART: Articulated Hand Model with Diverse Accessories and Rich Textures}},
author={Daiheng Gao and Yuliang Xiu and Kailin Li and Lixin Yang and Feng Wang and Peng Zhang and Bang Zhang and Cewu Lu and Ping Tan},
booktitle={Thirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
year={2022},
}
- Downloads last month
- 180