extract from tar
JiaruiWang-Jill opened this issue · comments
Hi, thanks for your hard work!
sbatch scripts/slurm/resize.sh tar/ vot2018 fit 480x480
doesn't work because there is no resize.sh file.
I tried to do the untar by sh scripts/resize_images.sh tar/ vot2018 fit 480x480
but the input is not correct.
How should I modify the command?
Thanks in advance!
Thanks, I will update the documentation to reflect the correct location of the script.
As for the usage: The script only takes 3 arguments. If you want to fit within 480x480, you should use the following command. This is documented in the usage instructions for resize_images.sh
.
bash scripts/resize_images.sh tar/ vot2018 '480x480>'
Thanks!
Oh, sorry, there must have been another script (scripts/slurm/resize.sh
) that was not committed. I'll see if I can find the script on an old computer.