Datasets:

ArXiv:
License:
JayEagle commited on
Commit
ff705e1
Β·
verified Β·
1 Parent(s): 092e225

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -11
README.md CHANGED
@@ -28,15 +28,27 @@ dipgrasp
28
  β”‚ β”‚ │── barrett.xml
29
  β”‚ β”‚ │── ...
30
  β”œβ”€β”€ object
31
- β”‚ β”‚ │── class
32
- β”‚ β”‚ β”‚ │── bowl
33
- β”‚ β”‚ β”‚ β”‚ │── bowl0
34
- β”‚ β”‚ β”‚ β”‚ │── bowl1
35
- β”‚ β”‚ β”‚ β”‚ │── ...
36
- β”‚ β”‚ β”‚ β”‚ │── bowl9
37
- β”‚ β”‚ β”‚ │── box
38
- β”‚ β”‚ β”‚ │── drink
39
- β”‚ β”‚ β”‚ │── sauce
40
- β”‚ β”‚ β”‚ │── tableware
41
- β”‚ β”‚ │── single
 
 
 
 
 
 
 
 
 
 
 
 
42
  ```
 
28
  β”‚ β”‚ │── barrett.xml
29
  β”‚ β”‚ │── ...
30
  β”œβ”€β”€ object
31
+ β”‚ │── class
32
+ β”‚ β”‚ │── bowl
33
+ β”‚ β”‚ β”‚ │── bowl0
34
+ β”‚ β”‚ β”‚ │── bowl1
35
+ β”‚ β”‚ β”‚ │── ...
36
+ β”‚ β”‚ β”‚ │── bowl9
37
+ β”‚ β”‚ │── box
38
+ β”‚ β”‚ │── drink
39
+ β”‚ β”‚ │── sauce
40
+ β”‚ β”‚ │── tableware
41
+ β”‚ │── single
42
+ β”‚ β”‚ │── apple.ply
43
+ β”‚ β”‚ │── bowl.ply
44
+ β”‚ β”‚ │── ...
45
+ β”œβ”€β”€ rfu
46
+ β”‚ │── linux
47
+ β”‚ β”‚ │── GraspTest_Data
48
+ β”‚ β”‚ │── GraspTest.x86_64
49
+ β”‚ β”‚ │── UnityPlayer.so
50
+ β”‚ │── windows
51
+
52
+
53
+
54
  ```