TC_tracker icon indicating copy to clipboard operation
TC_tracker copied to clipboard

Tracklet clustering for 2D tracking

Results 5 TC_tracker issues
Sort by recently updated
recently updated
newest added

Hi, the code works well but i only get output like this 1,1,474,28,56,67,-1,-1,-1,-1 1,2,278,-1,58,41,-1,-1,-1,-1 1,3,343,72,87,89,-1,-1,-1,-1 2,1,474,33,59,71,-1,-1,-1,-1 2,2,274,-1,60,43,-1,-1,-1,-1 2,3,337,79,89,92,-1,-1,-1,-1 3,1,474,38,62,71,-1,-1,-1,-1 3,2,271,0,60,44,-1,-1,-1,-1 3,3,332,85,91,96,-1,-1,-1,-1 4,1,473,42,65,72,-1,-1,-1,-1 4,2,268,0,61,46,-1,-1,-1,-1 4,3,327,90,92,99,-1,-1,-1,-1 5,1,473,46,66,74,-1,-1,-1,-1 5,2,265,1,62,47,-1,-1,-1,-1 5,3,323,96,93,102,-1,-1,-1,-1 where class is...

Hi Does anybody implement this tracking algorithm in C or C++ languages?

Can you please explain the method of running the code? There are a lot of files given, but I am not sure what to run and how to run. Thanks!

How should be the sequence naming of images? I got an error in temp_img=imread([img_folder,'\',...

Hi, My detection file follows the format of: frame_id, -1, xmin, ymin, width, height, confidence, -1, -1, -1, class Any idea why I'm getting the following error? ``` Subscript indices...