Pradip Gupta
Pradip Gupta
Hi, I am trying to train FairMOT with yolov5s as backbone. I am using my custom yolov5s model trained from the repo: `https://github.com/ultralytics/yolov5` When starting the training I get the...
When loading the model using the below code: ```python checkpoint_file = "BR-Net_iter_5000.pth" model = torch.load(checkpoint_file) model.eval() ``` on Pytorch == 0.4.1 I am getting error as: `` key error: "track...
### 🔎 Search before asking - [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [X] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...