Closed MahejabeenNidhi closed 1 month ago
Would I be able to just use the .pth file that my code below generates?
Yup, no problem. Just change the suffix from .pth
to .pt
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!
Search before asking
Question
Thank you so much for your work. I have two questions.
Question 1
I trained a ReID model with torchreid and it gives me a .pth file. I notices for StrongSORT repo, it's always a .pt file. Would I be able to just use the .pth file that my code below generates? It is especially important for my case as I am tracking non-human/non-vehicle objects.
Question 2
I used the built in tracker in YOLOv8 and the performance was much better. I used a custom weight for my unique class and it worked a lot better than when I used this repo.
Better performance when using the following code,
The detections when I use Boxmot look very poor comparatively, making me wonder if the weight loaded properly. What would you advise?
Thank you so much for your time!