Skip to content

Commit

Permalink
Update CUSTOM_DATASET.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie authored Oct 5, 2019
1 parent d17fb3f commit 52ece72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/CUSTOM_DATASET.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Note that, in the above example, the groundtruth of `category_id` is from [anoth
```
The `category_id` will be set to `-1` if the category annotations miss.

You can extract skeleton data by:
You can build dataset by:
```
mmskl configs/utils/build_dataset_example.yaml --video_dir $VIDEO_DIR --category_annotation $VIDEO_ANNOTATION --out_dir $OUT_DIR [--gpus $GPUS]
```
, and change person detector, pose estimator or other arguments by modifying `build_dataset_example.yaml`.
To change the person detector, pose estimator or other arguments, modify the `build_dataset_example.yaml`.

0 comments on commit 52ece72

Please sign in to comment.