-
Notifications
You must be signed in to change notification settings - Fork 652
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
Detection, Tracking and ID #367
Comments
Hi! |
Hi @Nuzhny007, Thanks for your response. Vimal |
So, it works with latest version: #368 159662171_res.mp4 |
Some notes:
|
Hi @Nuzhny007, Thanks a lot for your help. Is it possible to use this functionality using Python code as my application is in Python? Vimal |
Oh, I'll try to rescue my python integration. Do you use Windows or Linux? |
Hi @Nuzhny007, I am using Linux. Vimal |
I'm not a big Python master: #369 Do not forget: git pull and cmake -DMTRACKER_PYTHON=ON |
@scianand Might I use your video as Tracker example on my Youtube channel and on main page in this repository? |
Probably fixed: #370
|
Hi @Nuzhny007, Thanks. It is working now. There are some more problems that I am facing right now:
Thanks in advance. Vimal |
Hi!
I can try to add such filter for trajectories. |
Thanks @Nuzhny007. |
Hi! Multitarget-tracker/src/Tracker/trajectory.h Line 181 in 8c0193f
So, the final result:
Now I think about more complex filter with trajectory least squares approximation but don't sure in result |
You can try new version: #371 |
Could you please share the original video of this little goal? |
Hi @scianand , I would also be interested to get the video in order to validate my setup. In advance thanks, |
I have this videos but don't sure that topic starter doesn't mind |
Hi, Very interested on your work!, Now I have some issue with the import lib step, the pymtracking lib seems like not appear, could you checking the syntax again? |
I am trying to detect and track insects and birds from a moving camera that always put my object in the center of the frame. |
Dear @Nuzhny007 , @Smorodov ,
I am creating an application where I am trying to detect moving objects such as birds & flies, track them and if they are detected for more than 5 times then give them an ID. I am trying to use example 1 - MotionDetector for that. Can you give me suggestions on how to approach this problem?
Thanks,
Vimal
The text was updated successfully, but these errors were encountered: