Datasets:
carohiguera
commited on
Commit
•
136db55
1
Parent(s):
e18b651
added TacBench force dataset for GelSight
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +83 -0
- assets/force.gif +3 -0
- flat/batch_1/dataset_gelsight_00.pkl +3 -0
- flat/batch_1/dataset_gelsight_01.pkl +3 -0
- flat/batch_1/dataset_gelsight_02.pkl +3 -0
- flat/batch_1/dataset_gelsight_03.pkl +3 -0
- flat/batch_1/dataset_slip_forces.pkl +3 -0
- flat/batch_1/org_dataset_gelsight_00.pkl +3 -0
- flat/batch_1/org_dataset_gelsight_01.pkl +3 -0
- flat/batch_1/org_dataset_gelsight_02.pkl +3 -0
- flat/batch_1/org_dataset_gelsight_03.pkl +3 -0
- flat/batch_2/dataset_gelsight_00.pkl +3 -0
- flat/batch_2/dataset_gelsight_01.pkl +3 -0
- flat/batch_2/dataset_gelsight_02.pkl +3 -0
- flat/batch_2/dataset_slip_forces.pkl +3 -0
- flat/batch_2/org_dataset_gelsight_00.pkl +3 -0
- flat/batch_2/org_dataset_gelsight_01.pkl +3 -0
- flat/batch_2/org_dataset_gelsight_02.pkl +3 -0
- sharp/batch_1/dataset_gelsight_00.pkl +3 -0
- sharp/batch_1/dataset_gelsight_01.pkl +3 -0
- sharp/batch_1/dataset_gelsight_02.pkl +3 -0
- sharp/batch_1/dataset_gelsight_03.pkl +3 -0
- sharp/batch_1/dataset_slip_forces.pkl +3 -0
- sharp/batch_1/org_dataset_gelsight_00.pkl +3 -0
- sharp/batch_1/org_dataset_gelsight_01.pkl +3 -0
- sharp/batch_1/org_dataset_gelsight_02.pkl +3 -0
- sharp/batch_1/org_dataset_gelsight_03.pkl +3 -0
- sharp/batch_2/dataset_gelsight_00.pkl +3 -0
- sharp/batch_2/dataset_gelsight_01.pkl +3 -0
- sharp/batch_2/dataset_gelsight_02.pkl +3 -0
- sharp/batch_2/dataset_gelsight_03.pkl +3 -0
- sharp/batch_2/dataset_slip_forces.pkl +3 -0
- sharp/batch_2/org_dataset_gelsight_00.pkl +3 -0
- sharp/batch_2/org_dataset_gelsight_01.pkl +3 -0
- sharp/batch_2/org_dataset_gelsight_02.pkl +3 -0
- sharp/batch_2/org_dataset_gelsight_03.pkl +3 -0
- sphere/batch_1/dataset_gelsight_00.pkl +3 -0
- sphere/batch_1/dataset_gelsight_01.pkl +3 -0
- sphere/batch_1/dataset_gelsight_02.pkl +3 -0
- sphere/batch_1/dataset_gelsight_03.pkl +3 -0
- sphere/batch_1/dataset_slip_forces.pkl +3 -0
- sphere/batch_1/org_dataset_gelsight_00.pkl +3 -0
- sphere/batch_1/org_dataset_gelsight_01.pkl +3 -0
- sphere/batch_1/org_dataset_gelsight_02.pkl +3 -0
- sphere/batch_1/org_dataset_gelsight_03.pkl +3 -0
- sphere/batch_2/dataset_gelsight_00.pkl +3 -0
- sphere/batch_2/dataset_gelsight_01.pkl +3 -0
- sphere/batch_2/dataset_gelsight_02.pkl +3 -0
- sphere/batch_2/dataset_gelsight_03.pkl +3 -0
- sphere/batch_2/dataset_slip_forces.pkl +3 -0
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- sparsh
|
5 |
+
- gelsight
|
6 |
+
- force estimation
|
7 |
+
- slip detection
|
8 |
+
---
|
9 |
+
|
10 |
+
# Dataset Details
|
11 |
+
|
12 |
+
This dataset contains paired tactile and force data, intended for use in predicting 3-axis normal and shear forces applied to the sensor's elastomer. We used three different indenter shapes to collect force-labeled data: hemisphere, sharp, and flat. To measure force ground truths, we employed the ATI nano17 force/torque sensor. The protocol consisted of applying a random normal load (up to 3N) followed by a shear load, achieved by sliding the probe 2mm on the sensor's elastomer. An illustration of the protocol is shown below:
|
13 |
+
|
14 |
+
![](assets/force.gif)
|
15 |
+
|
16 |
+
This dataset is part of TacBench for evaluating Sparsh touch representations. For more information, please visit https://sparsh-ssl.github.io/.
|
17 |
+
|
18 |
+
## Uses
|
19 |
+
|
20 |
+
This dataset includes aligned tactile data, 3-axis force, and slip labels using the GelSight Mini sensor (without markers). It is designed to evaluate the performance of [Sparsh encoders](https://huggingface.co/collections/facebook/sparsh-67167ce57566196a4526c328) in understanding tactile properties such as force estimation and slip detection. Note that slip labels {0: no_slip, 1:slip} were obtain indirectlty via the friction cone method.
|
21 |
+
|
22 |
+
For more information on how to use this dataset and set up corresponding downstream tasks, please refer to the [Sparsh repository](https://github.com/facebookresearch/sparsh).
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
## Dataset Structure
|
27 |
+
|
28 |
+
The dataset consists a collection of normal/shear load trajectories for each probe. The structure is as follows:
|
29 |
+
|
30 |
+
```bash
|
31 |
+
sphere
|
32 |
+
├── batch_1
|
33 |
+
│ ├── dataset_gelsight_00.pkl
|
34 |
+
│ ├── ...
|
35 |
+
│ ├── dataset_gelsight_03.pkl
|
36 |
+
│ ├── dataset_slip_forces.pkl
|
37 |
+
├── batch_2
|
38 |
+
│ ├── ...
|
39 |
+
flat
|
40 |
+
├── batch_1
|
41 |
+
│ ├── dataset_gelsight_00.pkl
|
42 |
+
│ ├── ...
|
43 |
+
│ ├── dataset_gelsight_03.pkl
|
44 |
+
│ ├── dataset_slip_forces.pkl
|
45 |
+
│ ...
|
46 |
+
sharp
|
47 |
+
├── ....
|
48 |
+
```
|
49 |
+
|
50 |
+
For each batch:
|
51 |
+
- `dataset_gelsight_xy.pkl`: contains the binarized tactile images only.
|
52 |
+
- `dataset_slip_forces.pkl`: it's a dictionary where each key represents a sliding trajectory. Each trajectory has the corresponding force and slip labels.
|
53 |
+
|
54 |
+
|
55 |
+
```python
|
56 |
+
def load_pickle_dataset(file_dataset):
|
57 |
+
with open(file_dataset, "rb") as f:
|
58 |
+
all_frames = pickle.load(f)
|
59 |
+
return all_frames
|
60 |
+
|
61 |
+
def load_bin_image(io_buf):
|
62 |
+
img = Image.open(io.BytesIO(io_buf))
|
63 |
+
img = np.array(img)
|
64 |
+
return img
|
65 |
+
|
66 |
+
frames = load_pickle_dataset('sphere/batch_1/dataset_gelsight_00.pkl')
|
67 |
+
img = load_bin_image(frames[0])
|
68 |
+
```
|
69 |
+
|
70 |
+
Please refer to [Sparsh repository](https://github.com/facebookresearch/sparsh) for further information about extracting the force/slip dataset.
|
71 |
+
|
72 |
+
## BibTeX entry and citation info
|
73 |
+
|
74 |
+
```bibtex
|
75 |
+
@inproceedings{
|
76 |
+
higuera2024sparsh,
|
77 |
+
title={Sparsh: Self-supervised touch representations for vision-based tactile sensing},
|
78 |
+
author={Carolina Higuera and Akash Sharma and Chaithanya Krishna Bodduluri and Taosha Fan and Patrick Lancaster and Mrinal Kalakrishnan and Michael Kaess and Byron Boots and Mike Lambeta and Tingfan Wu and Mustafa Mukadam},
|
79 |
+
booktitle={8th Annual Conference on Robot Learning},
|
80 |
+
year={2024},
|
81 |
+
url={https://openreview.net/forum?id=xYJn2e1uu8}
|
82 |
+
}
|
83 |
+
```
|
assets/force.gif
ADDED
Git LFS Details
|
flat/batch_1/dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c67b8bb3ecdfd890760cd7ff27f459b20cefb61ce85ec41d70b7bfb9c575dc11
|
3 |
+
size 65405631
|
flat/batch_1/dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e60b458f31cb192f56576153a0cdd9dbbe9712d66c2102999ed1144458e941f8
|
3 |
+
size 65359656
|
flat/batch_1/dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1ff63f3a0873af9e8cfd3ec0ce12d5ea8e6c05bf4a3aedcfedbc50bc3c0f6a6
|
3 |
+
size 65430986
|
flat/batch_1/dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6836c42d35623fc86d98cfb5958fb60ca0cac61cc5875beca7eadda275e5db40
|
3 |
+
size 3388510
|
flat/batch_1/dataset_slip_forces.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:346cbb110874306f641aa4bf800c23fa591b6ef2205be34d2674a639bff318ae
|
3 |
+
size 1197081
|
flat/batch_1/org_dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c4f34a632a6b433dc6675622465251e06819186680fbae5f0d7097332be9089
|
3 |
+
size 1506444913
|
flat/batch_1/org_dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca066bbb41e935b320d0c89e56c9a78f42f1196585cd4f48144b1fc041b7cdf8
|
3 |
+
size 1506124466
|
flat/batch_1/org_dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a449e543d1e473f047813d9ff5122d018a10d7a7acbd2cfaefb948e06c29dde7
|
3 |
+
size 1506023786
|
flat/batch_1/org_dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21daf2066aab9807788da40d8e25ce4a74429c47e2f95e61e576fa76c4164b1d
|
3 |
+
size 78262192
|
flat/batch_2/dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74297d8d6b7d6eba5d7021b3d181071206b653606be43911307da0490581fc6f
|
3 |
+
size 65396145
|
flat/batch_2/dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0207d3d4f97bde5fb8943d6c95c04921cc76add37c5388b035b1dc17d0e0ca1a
|
3 |
+
size 65351568
|
flat/batch_2/dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02da917df8f97c2fa746320906866b5bca7ed899d4af73924fbb31215519016e
|
3 |
+
size 59568644
|
flat/batch_2/dataset_slip_forces.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a5182add98ad5d8d2a8dc0e9589751752265588e5b8d5dfee6290209cddd419
|
3 |
+
size 1132155
|
flat/batch_2/org_dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:689a3767b52acedb7db5e9ed6d638493791239d2f6ea5172158d306d6f7ea045
|
3 |
+
size 1506157600
|
flat/batch_2/org_dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa8616bc45d8044c2fd0a581da12efa09be8e5b04d3c0cde98e3eced01767fba
|
3 |
+
size 1506065520
|
flat/batch_2/org_dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd83609476d04474c870c4c6084457ba28a9eeed8ef50ccc02aef2ff391fde2f
|
3 |
+
size 1379978762
|
sharp/batch_1/dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f59b7eeae1a4d6d258c60093b4dccca2fc96d62166eeec292e08feb14eb84c6d
|
3 |
+
size 67444546
|
sharp/batch_1/dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:824fee211c7a8ab47a6b8717351d4b13b40674d714a19892dd47f79be90389b1
|
3 |
+
size 67481873
|
sharp/batch_1/dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf59c903a23405953389238983eedd4e956b7c74dad920fc4fd0fd2fe8fac447
|
3 |
+
size 67666942
|
sharp/batch_1/dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2b5de34d87e66679142511b796114e195e0f0a48459c311fe46c0afeb51b809
|
3 |
+
size 45661543
|
sharp/batch_1/dataset_slip_forces.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5db850385097cbfab5642ed713ea2cfbbb1e1931046e4ccb346e078852c0ef8
|
3 |
+
size 1811765
|
sharp/batch_1/org_dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22c63e56d842340f0982bb97efdf4d41bb76a3555f7ff29ccdc2ec50b3cd1716
|
3 |
+
size 1608843661
|
sharp/batch_1/org_dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf6d3c0726dce56b176d70fe3aecc3f54230ef87b29da79ce56ea186142d1a5c
|
3 |
+
size 1609578232
|
sharp/batch_1/org_dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e96d713089e27c200de3c40dcb882d5a9b8aa56ee3aeb1f4704d9465179aec4f
|
3 |
+
size 1611113340
|
sharp/batch_1/org_dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28759e01fead2a3d9f01349ee885d9d6046eaec605549d203aa5bed7fd6d4496
|
3 |
+
size 1096438362
|
sharp/batch_2/dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11eb0e127d629538149e45e12b706f1832bb1603eacbf3f90643f14dd2429530
|
3 |
+
size 59539090
|
sharp/batch_2/dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7fb6ee96bfec1d3fdef8b7fd89d66a485c6048bd3f4c8369484fc042c1a7a77
|
3 |
+
size 59640804
|
sharp/batch_2/dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efc65d622b7361e0577804765380e78dd9eddd872a2cc870b344368ac2f7e791
|
3 |
+
size 60085490
|
sharp/batch_2/dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c378bbec62583d916ef0f69640b35769c18f540b54413fb8ba0909ee2ef1e415
|
3 |
+
size 23605346
|
sharp/batch_2/dataset_slip_forces.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5758f27580930cbeec6eac6618ec1f0656d6c956a505fbedb970138bade87fd0
|
3 |
+
size 1604788
|
sharp/batch_2/org_dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca474f31da4ac0865f01a88751a32c521d08cacfcda478a05dc4275fcf4b5f69
|
3 |
+
size 67389337
|
sharp/batch_2/org_dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d2a6340d2c960c3464af03431c0265587d0bf51482dbfddd7836d5b4f4aeee4
|
3 |
+
size 67488580
|
sharp/batch_2/org_dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c760b3ef797615c45121676a30db3a41d43a8aee450bd422d11deb92bfe10a3b
|
3 |
+
size 67902699
|
sharp/batch_2/org_dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fed9d7c1bd4f3c8a34028c11933ce838d2ca611ea6cafd131a2b4d980023d08f
|
3 |
+
size 26700667
|
sphere/batch_1/dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5826e399c3b91493ef27b55be8aaf37962447123658a5387b2d06bf0e8487b1d
|
3 |
+
size 67099919
|
sphere/batch_1/dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77247a5da6ce0dd166560efd4d61c525e64701c4102533910ad2699530d1c75e
|
3 |
+
size 67259002
|
sphere/batch_1/dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c28a6dcf77279d05dfa9baffa9454e17ee84fdbd6cea1e242d446dc3b349bab9
|
3 |
+
size 67199959
|
sphere/batch_1/dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60007f9f7dbfed707ad2efa41d177bc8dc69e5d9b3be26e5a7dd69587c88585f
|
3 |
+
size 30772422
|
sphere/batch_1/dataset_slip_forces.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:261712be260d70d84085ce7d1e93faa4105a7f30b721f48fd8c46f1685059288
|
3 |
+
size 1654631
|
sphere/batch_1/org_dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec26c5c2a9a8d062e2ae6135c09803ef85e340d3bdf490a195e923d00b002686
|
3 |
+
size 1609188225
|
sphere/batch_1/org_dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffffe18c347b85cc5185c6ec4645215524cf98edb065f59292dccd739e712ab4
|
3 |
+
size 1608916718
|
sphere/batch_1/org_dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bfe06161779f56618af35248a0d11e2f1aeaf8d9558a084b81b81120290d22c
|
3 |
+
size 1607836624
|
sphere/batch_1/org_dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3db8dce7614b1925b77d0ebfaf621a5f24b112f27a7e5b3464e6e6a4aabbf52
|
3 |
+
size 739726578
|
sphere/batch_2/dataset_gelsight_00.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed1e403a880fcccd7b06513534a2e4457b386ac9b9fc7ccce29d22eb4c9371b1
|
3 |
+
size 67299224
|
sphere/batch_2/dataset_gelsight_01.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c222c435a83728870736d26fae59f8fa17d47621fdf70dc06afebc35c1e4fa06
|
3 |
+
size 67289840
|
sphere/batch_2/dataset_gelsight_02.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81539714a640bc4489ffd39af42987f55fc51b20e8ebdc8af4fcd5fce85bdc19
|
3 |
+
size 67279771
|
sphere/batch_2/dataset_gelsight_03.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:341d4b62abf6072a35b43923e94b521897bc9cd73a22fd6cc10ed9e6c6a040f7
|
3 |
+
size 48676882
|
sphere/batch_2/dataset_slip_forces.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:055b2cd5267e49f7698c40283b03dae99519098047fe3a26b603f1d1ad616b9c
|
3 |
+
size 1770133
|