TC_tracker
TC_tracker copied to clipboard
Sequence naming
How should be the sequence naming of images? I got an error in temp_img=imread([img_folder,'',...
@Ali-Parsa Can you please share how you ran the code? I am not quite sure what files to execute and what arguments to use while running the files.
@guptavasu1213 Hi Vasu! You should use "demo.m" and change the addresses to your own (you should specify the address of the pictures of the frames of your video and the detection results) Use MATLAB to run "demo.m". If you had any other problem, ask me again.
"Set the directory in demo.m. Input: img_path: the directory of the image folder that contains the video sequence. det_path: the directory of the detection file from the previous step. seq_name: the name of the video sequence. ROI_path: the directory of the ROI mask. If no ROI provided, use an empty matrix instead. img_save_path: the directory of the output image after tracking. result_save_path: the directory of the tracking result. The result follows the UA-Detrac format. https://detrac-db.rit.albany.edu/instructions."