Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxi-wang committed Dec 1, 2022
1 parent 18d3c83 commit dea734d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion grasp_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This demo shows the usage of AnyGrasp detection SDK. Note that `gsnet.so`, `lib_

2. Unzip your license and put the folder here as `license`. Refer to [license_registration/README.md](../license_registration/README.md) if you have not applied for license.

3. Download model weights at [BaiduPan](https://pan.baidu.com/s/1OFmqyjNzMg88WsWZj7ZYJQ) and put it under ``log/``, code please ask Haoshu
3. Put model weights under ``log/``.

## Execution

Expand Down
2 changes: 1 addition & 1 deletion grasp_detection/demo.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python demo.py --checkpoint_path log/checkpoint_wosmoothed_vdistance_bp.tar --top_down_grasp
python demo.py --checkpoint_path log/checkpoint_detection.tar --top_down_grasp
2 changes: 1 addition & 1 deletion grasp_tracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This demo shows the usage of AnyGrasp tracking SDK. Note that `tracker.so`, `lib

2. Unzip your license and put the folder here as `license`. Refer to [license_registration/README.md](../license_registration/README.md) if you have not applied for license.

3. Download model weights at [BaiduPan](https://pan.baidu.com/s/1OFmqyjNzMg88WsWZj7ZYJQ) and put it under ``log/``, code please ask Haoshu
3. Put model weights under ``log/``.

## Execution

Expand Down
2 changes: 1 addition & 1 deletion grasp_tracking/demo.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python demo.py --checkpoint_path log/checkpoint_track_graspnetv1_4depth.tar --filter oneeuro
python demo.py --checkpoint_path log/checkpoint_tracking.tar --filter oneeuro
10 changes: 5 additions & 5 deletions license_registration/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# License Registration

- Get feature id of target working machine
- Get the feature id of your working machine.
```base
./license_checker -f
```
Expand All @@ -9,10 +9,10 @@
- You will get a `.zip` file that contains license with time limitation. The folder structure is as follows (see [sample_license](sample_license) for example):
```base
license/
|-- licenseCfg.json
|-- [discriminator].public_key
|-- [discriminator].signature
|-- [discriminator].lic
|-- licenseCfg.json
|-- [discriminator].public_key
|-- [discriminator].signature
|-- [discriminator].lic
```
- You can check license states via
```base
Expand Down

0 comments on commit dea734d

Please sign in to comment.