text2score / pack_to_tar.sh
mimbres's picture
Add ABC_Dataset_abci_pkl_json_aug.tar and scripts for v0.4 (pitch-shift augmentation, exclude xml)
80a8351 verified
cd ABC_Dataset && rsync -a --include='*/' --include='*.abci' --include='*.pkl' --include='*.json' --exclude='*' --no-inc-recursive . ../tmp_filtered && cd ../tmp_filtered && tar -cf ../ABC_Dataset_only_abci_pkl_json.tar --use-compress-program=pigz * && cd .. && rm -rf tmp_filtered