Skip to content

Commit

Permalink
Update readme. Add info about devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 22, 2024
1 parent 9d0f02a commit 62028a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Devcontainer"
]
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ The node uses the following parameters:
the detection to be considered successful. Default to 0.5
- `min_tracking_confidence` - Mediapipe parameter. Minimum confidence value ([0.0, 1.0]) from the landmark-tracking model for
the pose landmarks to be considered tracked successfully, or otherwise person detection will be invoked automatically on the next input image.

## Devcontainer
For development and running package devcontainer can be used. All dependencies already installed via in the container.

0 comments on commit 62028a3

Please sign in to comment.