-
Notifications
You must be signed in to change notification settings - Fork 651
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
Mismatch pymtracking lib and Discuss about App Example 1 and Example 6 #432
Comments
Hi! A last value on my computer is /usr/lib/python3/dist-packages/numpy/core/include/ |
Hello @Nuzhny007 and big thanks for your response, so I have already run this success, love your passion on computer vision. But I have some concern now, that I have engaged in some (fast moving - small) golf ball tracking on 2 camera frame one for swing at the tee box, one at the putting area, now I have trained the golf ball dataset on yolov5, but I got the error when I run the option 6 train with tensorrt weights and cfg file, then I generate the weight that trained from my golf ball dataset then when I hit the inference, I got the error something like their are a mismatch show in the terminal logger like this:
Hope you let the example 6 can predict on custom dataset trained weight! |
I am also tend to use the option 1 because I really like your example on youtube: https://www.youtube.com/watch?v=PalIIAfgX88 But when i download your video and run the default setup of the example 1 option, their are a lot of noise and false positive so, hope you share more about example 1 also, big thanks to you @Nuzhny007 |
duyputt01.mp4duyswing01.mp4duyputt02.mp4putt04.mp4putt01.mp4I tend to use these video for testing but It is seems like the example 1 code not work well with moving camera right? |
An example for fast objects used background subtraction algorithm. It works only for static cameras (like security cameras for surveilance systems). For your case it need to train a neural network for ball detection. |
@Nuzhny007 Thanks, but when I use the example 6, it seems like the code do not accept my custom training weight right? Could you double check the example 6 for me? |
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?
The text was updated successfully, but these errors were encountered: