jvlmdr / trackdat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems Setting up the dataset

prerit1998jain opened this issue · comments

tar: tar/original/vot2018.tar: Cannot open: No such file or directory tar: Error is not recoverable: exiting now

This error pops up as I run the command,
'tar -cf tar/original/vot2018.tar -C $temp vot2018'

Hi. This error occurred because the directory tar/original/ did not exist. I have added a mkdir -p command to the example:
aaeaa7b

This should fix the problem.