siam-mot icon indicating copy to clipboard operation
siam-mot copied to clipboard

can this code track mutil classes object?

Open JAYCHOU2020 opened this issue 3 years ago • 4 comments

can this code track mutil classes object?

JAYCHOU2020 avatar Aug 20 '21 09:08 JAYCHOU2020

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

bingshuai2019 avatar Aug 25 '21 22:08 bingshuai2019

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)?

SherryXTChen avatar Sep 03 '21 20:09 SherryXTChen

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.

mondrasovic avatar Oct 07 '21 11:10 mondrasovic

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!

SherryXTChen avatar Dec 08 '21 02:12 SherryXTChen