diff --git a/README.md b/README.md index 7d4c7ec3af0eedb9fe57c25b1a61044884ad5aa7..08f440755af4ce9edfb86ddd93af93a905e0de06 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ license: mit Code - + @@ -59,7 +59,7 @@ dataset_n Each `.tar` file is one sharded dataset. At runtime, wds (WebDataset) api automatically loads, shuffles, and unpacks all shards on demand. The nicest part of having a `.tar` file, instead of saving all raw data into matrices (e.g. `.npz` for zarr), is that `.tar` is easy to visualize without the need of any code. -Simply double clip on any `.tar` file to check its content. +Simply double click on any `.tar` file to check its content. Although you will never need to unpack a `.tar` manually (wds does that automatically), it helps to understand the logic and file structure. @@ -77,6 +77,10 @@ For more details on operations of the paper, checkout our GitHub repository and +## Getting started + +Checkout our [Colab](https://colab.research.google.com/drive/1MmO9w1y59Gy6ds0iKlW04olszGko56Vf?usp=sharing) for a step-by-step tutorial! + ## Citation MIT License. \ No newline at end of file diff --git a/t3_large/decoders/cls_calandra17.pth b/models/t3_large/decoders/cls_calandra17.pth similarity index 100% rename from t3_large/decoders/cls_calandra17.pth rename to models/t3_large/decoders/cls_calandra17.pth diff --git a/t3_large/decoders/cls_cnc.pth b/models/t3_large/decoders/cls_cnc.pth similarity index 100% rename from t3_large/decoders/cls_cnc.pth rename to models/t3_large/decoders/cls_cnc.pth diff --git a/t3_large/decoders/cls_objectfolder.pth b/models/t3_large/decoders/cls_objectfolder.pth similarity index 100% rename from t3_large/decoders/cls_objectfolder.pth rename to models/t3_large/decoders/cls_objectfolder.pth diff --git a/t3_large/decoders/cls_touch_and_go.pth b/models/t3_large/decoders/cls_touch_and_go.pth similarity index 100% rename from t3_large/decoders/cls_touch_and_go.pth rename to models/t3_large/decoders/cls_touch_and_go.pth diff --git a/t3_large/decoders/cls_yuan18_fuzziness.pth b/models/t3_large/decoders/cls_yuan18_fuzziness.pth similarity index 100% rename from t3_large/decoders/cls_yuan18_fuzziness.pth rename to models/t3_large/decoders/cls_yuan18_fuzziness.pth diff --git a/t3_large/decoders/cls_yuan18_smoothness.pth b/models/t3_large/decoders/cls_yuan18_smoothness.pth similarity index 100% rename from t3_large/decoders/cls_yuan18_smoothness.pth rename to models/t3_large/decoders/cls_yuan18_smoothness.pth diff --git a/t3_large/decoders/cls_yuan18_textile_type.pth b/models/t3_large/decoders/cls_yuan18_textile_type.pth similarity index 100% rename from t3_large/decoders/cls_yuan18_textile_type.pth rename to models/t3_large/decoders/cls_yuan18_textile_type.pth diff --git a/t3_large/decoders/pose_estimation_3d.pth b/models/t3_large/decoders/pose_estimation_3d.pth similarity index 100% rename from t3_large/decoders/pose_estimation_3d.pth rename to models/t3_large/decoders/pose_estimation_3d.pth diff --git a/t3_large/decoders/pose_estimation_6d_digit.pth b/models/t3_large/decoders/pose_estimation_6d_digit.pth similarity index 100% rename from t3_large/decoders/pose_estimation_6d_digit.pth rename to models/t3_large/decoders/pose_estimation_6d_digit.pth diff --git a/t3_large/decoders/pose_estimation_6d_mini.pth b/models/t3_large/decoders/pose_estimation_6d_mini.pth similarity index 100% rename from t3_large/decoders/pose_estimation_6d_mini.pth rename to models/t3_large/decoders/pose_estimation_6d_mini.pth diff --git a/t3_large/decoders/pose_estimation_6d_wedge.pth b/models/t3_large/decoders/pose_estimation_6d_wedge.pth similarity index 100% rename from t3_large/decoders/pose_estimation_6d_wedge.pth rename to models/t3_large/decoders/pose_estimation_6d_wedge.pth diff --git a/t3_large/decoders/variance_estimation.pth b/models/t3_large/decoders/variance_estimation.pth similarity index 100% rename from t3_large/decoders/variance_estimation.pth rename to models/t3_large/decoders/variance_estimation.pth diff --git a/t3_large/encoders/densetact.pth b/models/t3_large/encoders/densetact.pth similarity index 100% rename from t3_large/encoders/densetact.pth rename to models/t3_large/encoders/densetact.pth diff --git a/t3_large/encoders/finray.pth b/models/t3_large/encoders/finray.pth similarity index 100% rename from t3_large/encoders/finray.pth rename to models/t3_large/encoders/finray.pth diff --git a/t3_large/encoders/mini.pth b/models/t3_large/encoders/mini.pth similarity index 100% rename from t3_large/encoders/mini.pth rename to models/t3_large/encoders/mini.pth diff --git a/t3_large/encoders/svelte.pth b/models/t3_large/encoders/svelte.pth similarity index 100% rename from t3_large/encoders/svelte.pth rename to models/t3_large/encoders/svelte.pth diff --git a/t3_large/encoders/wedge.pth b/models/t3_large/encoders/wedge.pth similarity index 100% rename from t3_large/encoders/wedge.pth rename to models/t3_large/encoders/wedge.pth diff --git a/t3_large/trunk.pth b/models/t3_large/trunk.pth similarity index 100% rename from t3_large/trunk.pth rename to models/t3_large/trunk.pth diff --git a/t3_medium/decoders/cls_calandra17.pth b/models/t3_medium/decoders/cls_calandra17.pth similarity index 100% rename from t3_medium/decoders/cls_calandra17.pth rename to models/t3_medium/decoders/cls_calandra17.pth diff --git a/t3_medium/decoders/cls_cnc.pth b/models/t3_medium/decoders/cls_cnc.pth similarity index 100% rename from t3_medium/decoders/cls_cnc.pth rename to models/t3_medium/decoders/cls_cnc.pth diff --git a/t3_medium/decoders/cls_objectfolder.pth b/models/t3_medium/decoders/cls_objectfolder.pth similarity index 100% rename from t3_medium/decoders/cls_objectfolder.pth rename to models/t3_medium/decoders/cls_objectfolder.pth diff --git a/t3_medium/decoders/cls_touch_and_go.pth b/models/t3_medium/decoders/cls_touch_and_go.pth similarity index 100% rename from t3_medium/decoders/cls_touch_and_go.pth rename to models/t3_medium/decoders/cls_touch_and_go.pth diff --git a/t3_medium/decoders/cls_yuan18_fuzziness.pth b/models/t3_medium/decoders/cls_yuan18_fuzziness.pth similarity index 100% rename from t3_medium/decoders/cls_yuan18_fuzziness.pth rename to models/t3_medium/decoders/cls_yuan18_fuzziness.pth diff --git a/t3_medium/decoders/cls_yuan18_smoothness.pth b/models/t3_medium/decoders/cls_yuan18_smoothness.pth similarity index 100% rename from t3_medium/decoders/cls_yuan18_smoothness.pth rename to models/t3_medium/decoders/cls_yuan18_smoothness.pth diff --git a/t3_medium/decoders/cls_yuan18_textile_type.pth b/models/t3_medium/decoders/cls_yuan18_textile_type.pth similarity index 100% rename from t3_medium/decoders/cls_yuan18_textile_type.pth rename to models/t3_medium/decoders/cls_yuan18_textile_type.pth diff --git a/t3_medium/decoders/pose_estimation_3d.pth b/models/t3_medium/decoders/pose_estimation_3d.pth similarity index 100% rename from t3_medium/decoders/pose_estimation_3d.pth rename to models/t3_medium/decoders/pose_estimation_3d.pth diff --git a/t3_medium/decoders/pose_estimation_6d_digit.pth b/models/t3_medium/decoders/pose_estimation_6d_digit.pth similarity index 100% rename from t3_medium/decoders/pose_estimation_6d_digit.pth rename to models/t3_medium/decoders/pose_estimation_6d_digit.pth diff --git a/t3_medium/decoders/pose_estimation_6d_mini.pth b/models/t3_medium/decoders/pose_estimation_6d_mini.pth similarity index 100% rename from t3_medium/decoders/pose_estimation_6d_mini.pth rename to models/t3_medium/decoders/pose_estimation_6d_mini.pth diff --git a/t3_medium/decoders/pose_estimation_6d_wedge.pth b/models/t3_medium/decoders/pose_estimation_6d_wedge.pth similarity index 100% rename from t3_medium/decoders/pose_estimation_6d_wedge.pth rename to models/t3_medium/decoders/pose_estimation_6d_wedge.pth diff --git a/t3_medium/decoders/variance_estimation.pth b/models/t3_medium/decoders/variance_estimation.pth similarity index 100% rename from t3_medium/decoders/variance_estimation.pth rename to models/t3_medium/decoders/variance_estimation.pth diff --git a/t3_medium/encoders/densetact.pth b/models/t3_medium/encoders/densetact.pth similarity index 100% rename from t3_medium/encoders/densetact.pth rename to models/t3_medium/encoders/densetact.pth diff --git a/t3_medium/encoders/finray.pth b/models/t3_medium/encoders/finray.pth similarity index 100% rename from t3_medium/encoders/finray.pth rename to models/t3_medium/encoders/finray.pth diff --git a/t3_medium/encoders/mini.pth b/models/t3_medium/encoders/mini.pth similarity index 100% rename from t3_medium/encoders/mini.pth rename to models/t3_medium/encoders/mini.pth diff --git a/t3_medium/encoders/svelte.pth b/models/t3_medium/encoders/svelte.pth similarity index 100% rename from t3_medium/encoders/svelte.pth rename to models/t3_medium/encoders/svelte.pth diff --git a/t3_medium/encoders/wedge.pth b/models/t3_medium/encoders/wedge.pth similarity index 100% rename from t3_medium/encoders/wedge.pth rename to models/t3_medium/encoders/wedge.pth diff --git a/t3_medium/trunk.pth b/models/t3_medium/trunk.pth similarity index 100% rename from t3_medium/trunk.pth rename to models/t3_medium/trunk.pth diff --git a/t3_small/decoders/cls_calandra17.pth b/models/t3_small/decoders/cls_calandra17.pth similarity index 100% rename from t3_small/decoders/cls_calandra17.pth rename to models/t3_small/decoders/cls_calandra17.pth diff --git a/t3_small/decoders/cls_cnc.pth b/models/t3_small/decoders/cls_cnc.pth similarity index 100% rename from t3_small/decoders/cls_cnc.pth rename to models/t3_small/decoders/cls_cnc.pth diff --git a/t3_small/decoders/cls_objectfolder.pth b/models/t3_small/decoders/cls_objectfolder.pth similarity index 100% rename from t3_small/decoders/cls_objectfolder.pth rename to models/t3_small/decoders/cls_objectfolder.pth diff --git a/t3_small/decoders/cls_touch_and_go.pth b/models/t3_small/decoders/cls_touch_and_go.pth similarity index 100% rename from t3_small/decoders/cls_touch_and_go.pth rename to models/t3_small/decoders/cls_touch_and_go.pth diff --git a/t3_small/decoders/cls_yuan18_fuzziness.pth b/models/t3_small/decoders/cls_yuan18_fuzziness.pth similarity index 100% rename from t3_small/decoders/cls_yuan18_fuzziness.pth rename to models/t3_small/decoders/cls_yuan18_fuzziness.pth diff --git a/t3_small/decoders/cls_yuan18_smoothness.pth b/models/t3_small/decoders/cls_yuan18_smoothness.pth similarity index 100% rename from t3_small/decoders/cls_yuan18_smoothness.pth rename to models/t3_small/decoders/cls_yuan18_smoothness.pth diff --git a/t3_small/decoders/cls_yuan18_textile_type.pth b/models/t3_small/decoders/cls_yuan18_textile_type.pth similarity index 100% rename from t3_small/decoders/cls_yuan18_textile_type.pth rename to models/t3_small/decoders/cls_yuan18_textile_type.pth diff --git a/t3_small/decoders/pose_estimation_3d.pth b/models/t3_small/decoders/pose_estimation_3d.pth similarity index 100% rename from t3_small/decoders/pose_estimation_3d.pth rename to models/t3_small/decoders/pose_estimation_3d.pth diff --git a/t3_small/decoders/pose_estimation_6d_digit.pth b/models/t3_small/decoders/pose_estimation_6d_digit.pth similarity index 100% rename from t3_small/decoders/pose_estimation_6d_digit.pth rename to models/t3_small/decoders/pose_estimation_6d_digit.pth diff --git a/t3_small/decoders/pose_estimation_6d_mini.pth b/models/t3_small/decoders/pose_estimation_6d_mini.pth similarity index 100% rename from t3_small/decoders/pose_estimation_6d_mini.pth rename to models/t3_small/decoders/pose_estimation_6d_mini.pth diff --git a/t3_small/decoders/pose_estimation_6d_wedge.pth b/models/t3_small/decoders/pose_estimation_6d_wedge.pth similarity index 100% rename from t3_small/decoders/pose_estimation_6d_wedge.pth rename to models/t3_small/decoders/pose_estimation_6d_wedge.pth diff --git a/t3_small/decoders/variance_estimation.pth b/models/t3_small/decoders/variance_estimation.pth similarity index 100% rename from t3_small/decoders/variance_estimation.pth rename to models/t3_small/decoders/variance_estimation.pth diff --git a/t3_small/encoders/densetact.pth b/models/t3_small/encoders/densetact.pth similarity index 100% rename from t3_small/encoders/densetact.pth rename to models/t3_small/encoders/densetact.pth diff --git a/t3_small/encoders/finray.pth b/models/t3_small/encoders/finray.pth similarity index 100% rename from t3_small/encoders/finray.pth rename to models/t3_small/encoders/finray.pth diff --git a/t3_small/encoders/mini.pth b/models/t3_small/encoders/mini.pth similarity index 100% rename from t3_small/encoders/mini.pth rename to models/t3_small/encoders/mini.pth diff --git a/t3_small/encoders/svelte.pth b/models/t3_small/encoders/svelte.pth similarity index 100% rename from t3_small/encoders/svelte.pth rename to models/t3_small/encoders/svelte.pth diff --git a/t3_small/encoders/wedge.pth b/models/t3_small/encoders/wedge.pth similarity index 100% rename from t3_small/encoders/wedge.pth rename to models/t3_small/encoders/wedge.pth diff --git a/t3_small/trunk.pth b/models/t3_small/trunk.pth similarity index 100% rename from t3_small/trunk.pth rename to models/t3_small/trunk.pth diff --git a/t3_tiny/decoders/cls_calandra17.pth b/models/t3_tiny/decoders/cls_calandra17.pth similarity index 100% rename from t3_tiny/decoders/cls_calandra17.pth rename to models/t3_tiny/decoders/cls_calandra17.pth diff --git a/t3_tiny/decoders/cls_cnc.pth b/models/t3_tiny/decoders/cls_cnc.pth similarity index 100% rename from t3_tiny/decoders/cls_cnc.pth rename to models/t3_tiny/decoders/cls_cnc.pth diff --git a/t3_tiny/decoders/cls_objectfolder.pth b/models/t3_tiny/decoders/cls_objectfolder.pth similarity index 100% rename from t3_tiny/decoders/cls_objectfolder.pth rename to models/t3_tiny/decoders/cls_objectfolder.pth diff --git a/t3_tiny/decoders/cls_touch_and_go.pth b/models/t3_tiny/decoders/cls_touch_and_go.pth similarity index 100% rename from t3_tiny/decoders/cls_touch_and_go.pth rename to models/t3_tiny/decoders/cls_touch_and_go.pth diff --git a/t3_tiny/decoders/cls_yuan18_fuzziness.pth b/models/t3_tiny/decoders/cls_yuan18_fuzziness.pth similarity index 100% rename from t3_tiny/decoders/cls_yuan18_fuzziness.pth rename to models/t3_tiny/decoders/cls_yuan18_fuzziness.pth diff --git a/t3_tiny/decoders/cls_yuan18_smoothness.pth b/models/t3_tiny/decoders/cls_yuan18_smoothness.pth similarity index 100% rename from t3_tiny/decoders/cls_yuan18_smoothness.pth rename to models/t3_tiny/decoders/cls_yuan18_smoothness.pth diff --git a/t3_tiny/decoders/cls_yuan18_textile_type.pth b/models/t3_tiny/decoders/cls_yuan18_textile_type.pth similarity index 100% rename from t3_tiny/decoders/cls_yuan18_textile_type.pth rename to models/t3_tiny/decoders/cls_yuan18_textile_type.pth diff --git a/t3_tiny/decoders/pose_estimation_3d.pth b/models/t3_tiny/decoders/pose_estimation_3d.pth similarity index 100% rename from t3_tiny/decoders/pose_estimation_3d.pth rename to models/t3_tiny/decoders/pose_estimation_3d.pth diff --git a/t3_tiny/decoders/pose_estimation_6d_digit.pth b/models/t3_tiny/decoders/pose_estimation_6d_digit.pth similarity index 100% rename from t3_tiny/decoders/pose_estimation_6d_digit.pth rename to models/t3_tiny/decoders/pose_estimation_6d_digit.pth diff --git a/t3_tiny/decoders/pose_estimation_6d_mini.pth b/models/t3_tiny/decoders/pose_estimation_6d_mini.pth similarity index 100% rename from t3_tiny/decoders/pose_estimation_6d_mini.pth rename to models/t3_tiny/decoders/pose_estimation_6d_mini.pth diff --git a/t3_tiny/decoders/pose_estimation_6d_wedge.pth b/models/t3_tiny/decoders/pose_estimation_6d_wedge.pth similarity index 100% rename from t3_tiny/decoders/pose_estimation_6d_wedge.pth rename to models/t3_tiny/decoders/pose_estimation_6d_wedge.pth diff --git a/t3_tiny/decoders/variance_estimation.pth b/models/t3_tiny/decoders/variance_estimation.pth similarity index 100% rename from t3_tiny/decoders/variance_estimation.pth rename to models/t3_tiny/decoders/variance_estimation.pth diff --git a/t3_tiny/encoders/densetact.pth b/models/t3_tiny/encoders/densetact.pth similarity index 100% rename from t3_tiny/encoders/densetact.pth rename to models/t3_tiny/encoders/densetact.pth diff --git a/t3_tiny/encoders/finray.pth b/models/t3_tiny/encoders/finray.pth similarity index 100% rename from t3_tiny/encoders/finray.pth rename to models/t3_tiny/encoders/finray.pth diff --git a/t3_tiny/encoders/mini.pth b/models/t3_tiny/encoders/mini.pth similarity index 100% rename from t3_tiny/encoders/mini.pth rename to models/t3_tiny/encoders/mini.pth diff --git a/t3_tiny/encoders/svelte.pth b/models/t3_tiny/encoders/svelte.pth similarity index 100% rename from t3_tiny/encoders/svelte.pth rename to models/t3_tiny/encoders/svelte.pth diff --git a/t3_tiny/encoders/wedge.pth b/models/t3_tiny/encoders/wedge.pth similarity index 100% rename from t3_tiny/encoders/wedge.pth rename to models/t3_tiny/encoders/wedge.pth diff --git a/t3_tiny/trunk.pth b/models/t3_tiny/trunk.pth similarity index 100% rename from t3_tiny/trunk.pth rename to models/t3_tiny/trunk.pth