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

can this code track mutil classes object? #19

Open
JAYCHOU2020 opened this issue Aug 20, 2021 · 4 comments
Open

can this code track mutil classes object? #19

JAYCHOU2020 opened this issue Aug 20, 2021 · 4 comments

Comments

@JAYCHOU2020
Copy link

can this code track mutil classes object?

@bingshuai2019
Copy link

Yes, in the demo, we provide the models that can track person as well as other multiple vehicle instances.

@SherryXTChen
Copy link

SherryXTChen commented Sep 3, 2021

If we want to train the models on our own dataset with, say 3 classes, which part of the configuration should we change (and to what value)?

@mondrasovic
Copy link

mondrasovic commented Oct 7, 2021

If you want to change the number of classes to 3, then add the following entry to the configuration:

MODEL:
  ROI_BOX_HEAD:
    NUM_CLASSES: 3

I presume that you know how to properly modify the remaining configurations related to dataset path, batch size, workers and so forth.

@SherryXTChen
Copy link

If you want to change the number of classes to 3, then add the following entry to the configuration:

MODEL:
  ROI_BOX_HEAD:
    NUM_CLASSES: 3

I presume that you know how to properly modify the remaining configurations related to dataset path, batch size, workers and so forth.

Thank you!

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

4 participants