goxq commited on
Commit
f7c392e
·
verified ·
1 Parent(s): 93fc941

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ size_categories:
3
+ - 100K<n<1M
4
+ ---
5
+
6
+ This is the official dataset repo for paper "MoMa-Kitchen: A 100K+ Benchmark for Affordance-Grounded Last-Mile Navigation in Mobile Manipulation"
7
+
8
+ To use MoMa-Kitchen Dataset, first download it using huggingface cli:
9
+ ```bash
10
+ hf download IPEC-COMMUNITY/MoMa-Kitchen-Data --repo-type dataset
11
+ ```
12
+
13
+ Then extract the archive:
14
+ ```bash
15
+ cat momakitchen_data.tar.gz.part-* | tar -xzf -
16
+ ```
17
+
18
+ Code and more information of MoMa-Kitchen Dataset at our [Github](https://github.com/MoMaKitchen/MoMaKitchen.)