Skip to content

Commit b327084

Browse files
authored
Update README.md
1 parent c622873 commit b327084

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

grasp_detection/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,17 @@
1111

1212

1313
### 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-
```
1914

20-
2. Build Cython modules
15+
16+
1. Build Cython modules
2117
```
2218
cd lib
2319
make clean
2420
make
2521
cd ..
2622
```
2723

28-
3. Install [Python COCO API](https://github.com/cocodataset/cocoapi)
24+
2. Install [Python COCO API](https://github.com/cocodataset/cocoapi)
2925
```
3026
cd data
3127
git clone https://github.com/pdollar/coco.git
@@ -34,13 +30,13 @@ make
3430
cd ../../..
3531
```
3632

37-
4. Put models under `output/res50/train/default/`
33+
3. Put models under `output/res50/train/default/`
3834
4. Run demo
3935

4036
```
4137
./tools/demo_graspRGD.py --net res50 --dataset grasp
4238
```
43-
6. Run with own images
39+
5. Run with own images
4440

4541
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`
4642

0 commit comments

Comments
 (0)