deep_sort_pytorch
deep_sort_pytorch copied to clipboard
does the inference mode should be train not eval?
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"?