Skip to content

Commit

Permalink
{Documentation} Fix duplicated parameter entry
Browse files Browse the repository at this point in the history
Summary:
Fixing issue reported in #10:
- Fix duplicated parameter entry

Reviewed By: prithvirb

Differential Revision: D60674099

fbshipit-source-id: 101724edf8984f15af75616c495dc573a39de301
  • Loading branch information
SeaOtocinclus authored and facebook-github-bot committed Aug 2, 2024
1 parent 1b2d08c commit b67a7b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ python3 viewer --sequence_folder <PATH>/hot3d_dataset/P0003_c701bd11 --object_li

When using `pixi`, you can directly launch the viewer without explicitly activating the environment by using the following command:
```
pixi run viewer --sequence_folder --sequence_folder <PATH>/hot3d_dataset/P0003_c701bd11 --object_library_folder <PATH>/hot3d_dataset/assets/
pixi run viewer --sequence_folder <PATH>/hot3d_dataset/P0003_c701bd11 --object_library_folder <PATH>/hot3d_dataset/assets/
```

### Using hand annotations
Expand All @@ -146,7 +146,7 @@ Hand pose annotations in HOT3D are provided in the [UmeTrack](https://github.com
#### UmeTrack

```
python3 viewer --sequence_folder --sequence_folder <PATH>/hot3d_dataset/P0003_c701bd11--object_library_folder <PATH>/hot3d_dataset/assets --hand_type UMETRACK
python3 viewer --sequence_folder <PATH>/hot3d_dataset/P0003_c701bd11--object_library_folder <PATH>/hot3d_dataset/assets --hand_type UMETRACK
```

#### MANO
Expand All @@ -155,7 +155,7 @@ Hand annotations in the MANO format can be downloaded after accepting their [lic
- HOT3D only requires the `MANO_RIGHT.pkl` and `MANO_LEFT.pkl` files for loading and rendering of hand poses. These files can be obtained from the `mano_v1_2.zip` file located in the "Models & Code" section of the `MANO` website. After downloading, extract the zip file to your local disk, and the `*.pkl` files can be found at the following path: `mano_v1_2/models/`.

```
python3 viewer --sequence_folder --sequence_folder <PATH>/hot3d_dataset/P0003_c701bd11 --object_library_folder <PATH>/hot3d_dataset/assets --mano_model_folder <PATH>/mano_v1_2/models/ --hand_type MANO
python3 viewer --sequence_folder <PATH>/hot3d_dataset/P0003_c701bd11 --object_library_folder <PATH>/hot3d_dataset/assets --mano_model_folder <PATH>/mano_v1_2/models/ --hand_type MANO
```

## Step 5: Run the python notebook tutorial
Expand Down

0 comments on commit b67a7b5

Please sign in to comment.