-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sy
committed
Sep 11, 2020
1 parent
d9b20fb
commit 5b24bf3
Showing
14 changed files
with
556 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ ARGS: | |
save_mesh: False | ||
save_centermap: True | ||
save_dict_results: True | ||
webcam: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ ARGS: | |
save_mesh: False | ||
save_centermap: False | ||
save_dict_results: False | ||
webcam: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
ARGS: | ||
tab: 'webcam' | ||
GPUS: 0 | ||
multi_person: True | ||
kernel_sizes: [5] | ||
use_coordmaps: True | ||
fine_tune: True | ||
eval: False | ||
|
||
baseline: 'hrnetv5' | ||
input_size: 512 | ||
centermap_size: 64 | ||
model_precision: 'fp16' | ||
val_batch_size: 2 | ||
gmodel_path: '../trained_models/pw3d_81.8_58.6.pkl' | ||
|
||
# default: run on demo/images save at demo/images_results | ||
# for video /path/to/project/CenterHMR/demo/videos/Messi_1 | ||
demo_image_folder: None | ||
save_mesh: False | ||
save_centermap: False | ||
save_dict_results: False | ||
|
||
webcam: True | ||
cam_id: 0 | ||
webcam_mesh_color: 'ghostwhite' #'LightCyan' | ||
run_on_remote_server: False | ||
server_ip: 'localhost' | ||
server_port: 10086 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,7 @@ pyrender | |
shyaml | ||
PyYAML>=5.1.2 | ||
numpy-quaternion | ||
open3d | ||
pygame | ||
keyboard | ||
transforms3d |
Oops, something went wrong.