[docs] add the tactile embedding in datasetcard (#3)
Browse files- [docs] add the tactile embedding in datasetcard (b68655b2bc4b1a2601423fce2c5032e398a8b2b5)
Co-authored-by: Han <[email protected]>
README.md
CHANGED
@@ -69,4 +69,7 @@ Each postprocessed subset is stored in [Zarr](https://zarr.dev) format, which is
|
|
69 |
|
70 |
Follow the [README in our GitHub repo](https://github.com/xiaoxiaoxh/reactive_diffusion_policy)
|
71 |
to [postprocess the raw data](https://github.com/xiaoxiaoxh/reactive_diffusion_policy#data-postprocessing)
|
72 |
-
and [train the model](https://github.com/xiaoxiaoxh/reactive_diffusion_policy#-training).
|
|
|
|
|
|
|
|
69 |
|
70 |
Follow the [README in our GitHub repo](https://github.com/xiaoxiaoxh/reactive_diffusion_policy)
|
71 |
to [postprocess the raw data](https://github.com/xiaoxiaoxh/reactive_diffusion_policy#data-postprocessing)
|
72 |
+
and [train the model](https://github.com/xiaoxiaoxh/reactive_diffusion_policy#-training).
|
73 |
+
|
74 |
+
## Tactile Dataset
|
75 |
+
We also provide the raw videos of the [tactile dataset](https://huggingface.co/datasets/WendiChen/reactive_diffusion_policy_dataset/tree/main/dataset_tactile_embedding) used for generate the PCA embedding in our paper.
|