Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nutsintheshell authored Jul 11, 2024
1 parent 06d8f20 commit 48bf0a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ wget -P checkpoints https://storage.googleapis.com/dm-tapnet/causal_tapir_checkp
Now, you've had the basic environment to run the code.

## Usage
The core contribution is the control part of robotap(the jacobi matrix to compute the dpos of the end effector) in `control.py`. So, here are steps to use my repository:
attention: you should select the task, the path of some documents carefully.
>First, use `collect_human_demonstration.py`to collect some eye-in-hand human demonstrations.
>Second, use tapir method or bootstap method from [the official repository](https://github.com/google-deepmind/tapnet) to track many points in these human demonstrations.
>Third, use `active_points.py`to extract active points from these tracks for the specific task.
>Fourth, use control.py to track a hand-select human demonstration carefully.

0 comments on commit 48bf0a1

Please sign in to comment.