Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meaning of the content in tracks_test_info.mat #11

Open
sopsos opened this issue Sep 28, 2020 · 1 comment
Open

meaning of the content in tracks_test_info.mat #11

sopsos opened this issue Sep 28, 2020 · 1 comment

Comments

@sopsos
Copy link

sopsos commented Sep 28, 2020

In info/tracks_test_info.mat and info/tracks_train_info.mat, there's many tuples with the format (1,2,3,4), but what do these mean?

@Monceeeeeeeeeeeeef
Copy link

loadmat(info/tracks_train_info.mat)['track_train_info'] give a (8298, 4) numpy.ndarray
the first one gives ==> array([ 1, 16, 1, 1], dtype=int32) then the second one ==> array([17, 95, 1, 1], dtype=int32),
The third term is the person id ,the last one is the camera id , for the 0001C1T001, there is 16 frames. that's the meaning of the second term,
the second tracklet 0001C1T002 has 75 frames therefore 75+16 gives 95, and lastly the first term is how many frames was there before+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants