yv1es commited on
Commit
ffdd181
·
verified ·
1 Parent(s): 4f6eae6

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # LiMo Weights
2
+
3
+ This repository contains LiMo model weights for the paper _Less is More: Scalable Visual Navigation from Limited Data_.
4
+
5
+ For details, see the project page: [https://leggedrobotics.github.io/less-is-more/](https://leggedrobotics.github.io/less-is-more/).
6
+
7
+ For usage examples and code, see the repository: [https://github.com/leggedrobotics/less-is-more](https://github.com/leggedrobotics/less-is-more).
limo_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "limo",
3
+ "model_class": "limo.src.models.components.limo_net.LimoNet",
4
+ "backbone": "dinov2_vits14",
5
+ "image_size": [308, 476],
6
+ "patch_size": 14,
7
+ "goal_dim": 3,
8
+ "path_length": 50,
9
+ "se2_dim": 3,
10
+ "attn_heads": 6,
11
+ "decoder_layers": 4,
12
+ "ff_dim_factor": 4,
13
+ "input_views": ["front"],
14
+ "weights_format": "safetensors"
15
+ }
limo_side_cams_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "limo",
3
+ "model_class": "limo.src.models.components.limo_net_side_cams.LimoNet",
4
+ "backbone": "dinov2_vits14",
5
+ "image_size": [308, 476],
6
+ "patch_size": 14,
7
+ "goal_dim": 3,
8
+ "path_length": 50,
9
+ "se2_dim": 3,
10
+ "attn_heads": 6,
11
+ "decoder_layers": 4,
12
+ "ff_dim_factor": 4,
13
+ "input_views": ["front", "left", "right"],
14
+ "weights_format": "safetensors"
15
+ }
limo_trained_on_D_aug.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201f49748f5756bc7daca56f9638f5f732d00b84c85aa08326177cd60328c9ae
3
+ size 126291012
limo_trained_on_D_geo.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cb9edb672a1edbf07f8fca3973ab85a490a4c1a5f53a8923d256cca652a4962
3
+ size 126291012
limo_trained_on_D_tel.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b853bb2d566797f46d016467aabb51fb3d115581c6e95eea7a57046575079437
3
+ size 126291012
limo_with_side_cams.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66c9c2672ef1e9e3fa57e8dd27afb4838889847db8c4e12d48d0ab0997967a4
3
+ size 126295708