L2T-NeurIPS-2023 / scripts /create_all_images_dataset.sh
Dakhoo's picture
still the very first commit
ba48b51
raw
history blame
No virus
209 Bytes
#!/bin/bash
# Create the target directory if it doesn't exist
mkdir -p ../all
# Use find and xargs to move jpg files from all chunk directories
find ./chunk_* -name "*.jpg" -print0 | xargs -0 mv -t ../all/