Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
csbhr committed Jan 19, 2023
1 parent 9c18f7c commit d28723e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run_ffhq_uv_dataset.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e


######################### Configuration #########################
Expand Down Expand Up @@ -32,8 +33,8 @@ cd ../DataSet_Step2_Det_Attributes
python run_dpr_light.py \
--proj_data_dir ${proj_data_dir} \
--dpr_model_path ${checkpoints_dir}/dpr_model/trained_model_03.t7
python run_ms_api_attr.py \
--proj_data_dir ${proj_data_dir}
# python run_ms_api_attr.py \
# --proj_data_dir ${proj_data_dir}


##################### Step 3. Face Editing ######################
Expand Down
1 change: 1 addition & 0 deletions run_gen_face_from_latent.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e


######################### Configuration #########################
Expand Down
1 change: 1 addition & 0 deletions run_rgb_fitting.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e


######################### Configuration #########################
Expand Down

0 comments on commit d28723e

Please sign in to comment.