-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
e200c8c
commit b4fa5ad
Showing
3 changed files
with
497 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# python scripts/run_dino_drc.py --image_path datasets/laion-aesthetic-2-5k/images/ --output_dir datasets/laion-aesthetic-2-5k/masks/ | ||
# python scripts/run_dino_drc.py --image_path datasets/coco2017-val-2-5k/images/ --output_dir datasets/coco2017-val-2-5k/masks/ | ||
|
||
python scripts/run_dino_drc.py --mask_size 512 512 --image_path datasets/laion-aesthetic-2-5k/images/ --output_dir datasets/laion-aesthetic-2-5k/masks/ | ||
python scripts/run_dino_drc.py --mask_size 512 512 --image_path datasets/coco2017-val-2-5k/images/ --output_dir datasets/coco2017-val-2-5k/masks/ | ||
python scripts/run_dino_drc.py --mask_size 256 256 --image_path datasets/ffhq-2-5k/images/ --output_dir datasets/ffhq-2-5k/masks/ | ||
python scripts/run_dino_drc.py --mask_size 256 256 --image_path datasets/celeba-hq-2-5k/images/ --output_dir datasets/celeba-hq-2-5k/masks/ |
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
Oops, something went wrong.