Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test_images/
test_videos/
sample_data/
IMGS_TEST/
/KILLBOY_SAMPLE_PICTURES/
/SAMPLE_PICTURES/

# ============================================================================
# Reference Repositories (External Code for Research)
Expand Down
2 changes: 1 addition & 1 deletion scripts/resize_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down