Datasets:

ArXiv:
License:
JayEagle commited on
Commit
6a328ea
·
verified ·
1 Parent(s): f64ac9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
1
+ # Datasets and Assets for DexTOG: Learning Task-Oriented Dexterous Grasp With Language Condition
2
+ **[Paper](https://ieeexplore.ieee.org/document/10803020)|[Project Page](dextog.robotflow.ai)**
3
+
4
+ This repository contains the essential assets and dataset of the paper: Datasets and Assets for DexTOG: Learning Task-Oriented Dexterous Grasp With Language Condition
5
+ ## Download
6
+ To download the assets, use the following shell snippet:
7
+ ```shell
8
+ git lfs install
9
+ git clone https://huggingface.co/datasets/robotflow/dextog
10
+ ```