-
Notifications
You must be signed in to change notification settings - Fork 932
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
Number of unique track ids in dataset zoo #539
Comments
Regarding the subsets of a dataset, the track ids already exist in this format, or are created using the gen_label modules. Regarding multiple datasets, for example, within the JointDataset class these ids are processed one more time so that the maximum id of the preceding datasets is added to all ids of the following dataset. |
Could you please point the file and line of the code where maximum id of the preceding datasets is added to all ids of the following dataset? Is it on the fly process or applied on the disk? |
It is applied on the fly. See the
The |
Hello,
As the title states, I have been investigating the numbers of unique track ids in data_all dataset. Because there are more than one dataset and each may have more than one sequence, how can the network learn reid embeddings for each unique ids? There can be colliding track ids in the different datasets.
The text was updated successfully, but these errors were encountered: