csyxwei commited on
Commit
348d1a9
1 Parent(s): a8c1b6c

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ Next, use dlib and a face parsing model to crop and align the downloaded images:
35
  ```bash
36
  cd data_scripts
37
 
38
- CUDA_VISIBLE_DEVICES=4 python process_images.py
39
  ```
40
 
41
  ### 4. Augment the Face Images
@@ -47,7 +47,7 @@ Then, run the following command::
47
  ```bash
48
  cd ../delta_edit
49
 
50
- CUDA_VISIBLE_DEVICES=7 python scripts/inference_laion.py \
51
  --image_dir "../filtered_laion_faces/images_cropped_face" \
52
  --save_dir "../filtered_laion_faces/images_cropped_face_aug/" \
53
  --target ""
 
35
  ```bash
36
  cd data_scripts
37
 
38
+ CUDA_VISIBLE_DEVICES=0 python process_images.py
39
  ```
40
 
41
  ### 4. Augment the Face Images
 
47
  ```bash
48
  cd ../delta_edit
49
 
50
+ CUDA_VISIBLE_DEVICES=0 python scripts/inference_laion.py \
51
  --image_dir "../filtered_laion_faces/images_cropped_face" \
52
  --save_dir "../filtered_laion_faces/images_cropped_face_aug/" \
53
  --target ""