deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

does the inference mode should be train not eval?

Open zhangcj13 opened this issue 4 years ago • 0 comments

HI! I convert the ckpt.pt mode to onnx. found the output feature different between torch and onnxruntime. If using "self.net.eval()", the result will be same. i confuse that dose the cktp.pt should be set to "train mode"?

zhangcj13 avatar Feb 19 '21 11:02 zhangcj13