Skip to content

Commit

Permalink
Modify usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
whsu2s committed Oct 28, 2019
1 parent 9a56733 commit 51be563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/create_skeleton.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Usage example: python create_skeleton.py --input ~/Documents/Thesis/src/annotation/data/all2/ --output ~/Documents/Thesis/src/annotation/data/all2/data_json/
# Usage example: python3 create_skeleton.py --input ~/Documents/Thesis/src/annotation/data/all2/ --output ~/Documents/Thesis/src/annotation/data/all2/data_json/

import numpy as np
import os
Expand Down
2 changes: 1 addition & 1 deletion utils/plot_skeleton.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Usage example: python cow_tracking3.py --input data_input/Tag4/cow1404.mp4 --output outputs/crop.mp4
# Usage example: python3 plot_skeleton.py --input data_input/Tag4/cow1404.mp4 --output outputs/crop.mp4

import numpy as np
import os
Expand Down

0 comments on commit 51be563

Please sign in to comment.