File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 11
11
12
12
13
13
### Quick Start
14
- 1 . Clone this repository
15
- ```
16
- git clone https://github.com/ivalab/grasp_multiObject_multiGrasp.git
17
- cd grasp_multiObject_multiGrasp
18
- ```
19
14
20
- 2 . Build Cython modules
15
+
16
+ 1 . Build Cython modules
21
17
```
22
18
cd lib
23
19
make clean
24
20
make
25
21
cd ..
26
22
```
27
23
28
- 3 . Install [ Python COCO API] ( https://github.com/cocodataset/cocoapi )
24
+ 2 . Install [ Python COCO API] ( https://github.com/cocodataset/cocoapi )
29
25
```
30
26
cd data
31
27
git clone https://github.com/pdollar/coco.git
34
30
cd ../../..
35
31
```
36
32
37
- 4 . Put models under ` output/res50/train/default/ `
33
+ 3 . Put models under ` output/res50/train/default/ `
38
34
4 . Run demo
39
35
40
36
```
41
37
./tools/demo_graspRGD.py --net res50 --dataset grasp
42
38
```
43
- 6 . Run with own images
39
+ 5 . Run with own images
44
40
45
41
If you want to run demo with your own images, just put your image into ` ./data/demo/ ` and change file path in ` ./tools/demo_graspRGD.py `
46
42
You can’t perform that action at this time.
0 commit comments