-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo #7
Comments
Hi 👋🏻 Google Colab showing how to set up and run the tracker would be awesome as well. |
@iazdan @SkalskiP #11 (comment) |
@SangbumChoi |
@SangbumChoi The one problem I see is that DiffMOT is currently tightly entangled with YOLOX. In theory, it could work with any detector, but there is no easy way to do it currently. For example, I'd like to plug DiffMOT into my demo project here: https://x.com/skalskip92/status/1788253029965140396, where I do not use YOLOX and for now, I have no idea how to do it. :) I'd appreciate any help. 🙏🏻 |
Thank you @SangbumChoi for your quick response. I get the error below while executing the demo.py file. Would you mind fixing this issue as well? File "demo.py", line 10, in |
@panwpalo that is the installation error not the code part. please follow the basic installation part. |
@SkalskiP That is true, you do not need to have YOLOX extension. You only need is detection result prepared as follow Do you have the mp4 and the result txt file? |
@GuHuangAI FYI, I only tested in DanceTrack and I think we need some further modification for other weight file too |
@SangbumChoi yes, I have both files. What should I do now? |
@SkalskiP Could you share here? I can modify and add parser to the code to make it compatible |
@SangbumChoi Try to use your demo.py file but facing this error |
@MuhammadRamzan4 I think you do not have image files path. |
After running the demo.py the only output that I see is the video being converted into images and it gets stuck afterward! Any clue ? 2024-05-10 16:09:20 [DEBUG]: matplotlib data path: /opt/anaconda3/envs/diffmot/lib/python3.9/site-packages/matplotlib/mpl-data
|
@panwpalo You should wait until the YOLO process, how long is your video size? usually 300 frames gets done in a 10 seonds in good GPU |
@SangbumChoi i got error |
I used the default video and yolox and I am running it on cpu. Is the mmtracking implementation faster than this Repo? |
@panwpalo I think it is due to using cpu use light yolo model |
@SangbumChoi Thanks for doing this! It helped a lot. A quick question - how can I make it work for SportsMOT instead of DanceTrack? What modifications do I need to make to use SportsMOT weights? Thanks again. |
I have the same problem. Have you solved it? |
Could you please offer me some help? Thanks a lot! |
Hi,
Thanks for your wonderful work. Would that be possible to add a demo.py script for testing videos?
Thanks
The text was updated successfully, but these errors were encountered: