You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the --output-dir flag in the detect-and-track-video command allows the user to specify the name of the output directory, which is created under the directory the command is run from. By default, the directory name is tracking_output (in line with the evaluation_output). A suffix with the timestamp is added to the selected name.
However it would be convenient if additionally the users can select where this directory is created.
The text was updated successfully, but these errors were encountered:
Right now the
--output-dir
flag in thedetect-and-track-video
command allows the user to specify the name of the output directory, which is created under the directory the command is run from. By default, the directory name istracking_output
(in line with theevaluation_output
). A suffix with the timestamp is added to the selected name.However it would be convenient if additionally the users can select where this directory is created.
The text was updated successfully, but these errors were encountered: