first commit

This commit is contained in:
CownowAn
2024-03-15 14:38:51 +00:00
commit bc2ed1304f
321 changed files with 44802 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
DATANAME=$1
if [[ $DATANAME = 'aircraft' ]]; then
echo '[Downloading aircraft]'
python main_exp/get_files/get_aircraft.py
elif [[ $DATANAME = 'pets' ]]; then
echo '[Downloading pets]'
python main_exp/get_files/get_pets.py
else
echo 'Not Implemeted'
fi