Skip to content

Commit

Permalink
fix fs_vid2vid config error
Browse files Browse the repository at this point in the history
  • Loading branch information
tcwang0509 committed Nov 11, 2021
1 parent 97017eb commit e626419
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions configs/projects/fs_vid2vid/youtube_dancing/ampO1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,15 @@ data:
is_mask: True
normalize: False

full_data_ops: imaginaire.model_utils.label::concat_labels, imaginaire.model_utils.fs_vid2vid::crop_face_from_data
full_data_ops: imaginaire.model_utils.label::concat_labels,
imaginaire.model_utils.label::concat_few_shot_labels,
imaginaire.model_utils.fs_vid2vid::crop_person_from_data
input_labels:
- pose_maps-densepose
- poses-openpose
input_few_shot_labels:
- few_shot_pose_maps-densepose
- few_shot_poses-openpose

input_image:
- images
Expand Down Expand Up @@ -248,7 +253,7 @@ test_data:

full_data_ops: imaginaire.model_utils.label::concat_labels,
imaginaire.model_utils.label::concat_few_shot_labels,
imaginaire.model_utils.fs_vid2vid::crop_face_from_data
imaginaire.model_utils.fs_vid2vid::crop_person_from_data
input_labels:
- pose_maps-densepose
- poses-openpose
Expand Down

0 comments on commit e626419

Please sign in to comment.