deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

bug in reid inference!!!

Open zxcver opened this issue 4 years ago • 0 comments

original_model have dropout while feature extract: https://github.com/ZQPei/deep_sort_pytorch/blob/master/deep_sort/deep/original_model.py#L69 but model do not have it: https://github.com/ZQPei/deep_sort_pytorch/blob/master/deep_sort/deep/model.py#L91 and self.net do not set eval() in Extractor: https://github.com/ZQPei/deep_sort_pytorch/blob/master/deep_sort/deep/feature_extractor.py#L9 so, original_model will output random embedding while same input tensor!!!!!

zxcver avatar Jul 27 '20 04:07 zxcver