Skip to content

Commit

Permalink
Update README.md with recursive and num_workers (#131)
Browse files Browse the repository at this point in the history
* Update README.md with recursive and num_workers

* kebab-case
  • Loading branch information
cleong110 authored Dec 7, 2024
1 parent 7a95e70 commit d384d88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ videos_to_poses --format mediapipe --directory /path/to/videos
# You can also specify additional arguments
video_to_pose --format mediapipe -i example.mp4 -o example.pose \
--additional-config="model_complexity=2,smooth_landmarks=false,refine_face_landmarks=true"

# Recursively search for videos within a directory, and process them 10 at a time
videos_to_poses --format mediapipe -num-workers 10 --recursive --directory /path/to/videos

```

#### 3. Reading `.pose` Files:
Expand Down

0 comments on commit d384d88

Please sign in to comment.