GSDT icon indicating copy to clipboard operation
GSDT copied to clipboard

I get the following error when trying to load the model for inferencing on a custom video - I have tested on all the three models provided - Is this affecting the accuracy ?

Open Sidharth-Gulati opened this issue 3 years ago • 2 comments

Drop parameter loss.0.s_det.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset. Drop parameter loss.0.s_id.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset. Drop parameter loss.0.classifier.weight.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset. Drop parameter loss.0.classifier.bias.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset. Drop parameter loss.1.s_det.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset. Drop parameter loss.1.s_id.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset. Drop parameter loss.1.classifier.weight.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset. Drop parameter loss.1.classifier.bias.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.

Sidharth-Gulati avatar Jun 05 '21 05:06 Sidharth-Gulati

I got a similar error when tested on MOT17, have you figured it out?

Leo63963 avatar Aug 24 '21 10:08 Leo63963

@Sidharth-Gulati @Leo63963 How could you make inference with a custom video ?

ayanasser avatar Sep 14 '21 10:09 ayanasser