diff --git a/.gitignore b/.gitignore index 17d4afa..534a16e 100644 --- a/.gitignore +++ b/.gitignore @@ -80,7 +80,7 @@ test_images/ test_videos/ sample_data/ IMGS_TEST/ -/KILLBOY_SAMPLE_PICTURES/ +/SAMPLE_PICTURES/ # ============================================================================ # Reference Repositories (External Code for Research) diff --git a/scripts/resize_images.py b/scripts/resize_images.py index 7493109..eaa3681 100755 --- a/scripts/resize_images.py +++ b/scripts/resize_images.py @@ -8,7 +8,7 @@ Usage: python scripts/resize_images.py /path/to/images --size 640 - python scripts/resize_images.py /mnt/nvm/KILLBOY_SAMPLE_PICTURES --size 1024 + python scripts/resize_images.py /data/sample_pictures --size 1024 python scripts/resize_images.py /path/to/images --size 640 --workers 16 """