-
Notifications
You must be signed in to change notification settings - Fork 124
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
Questions about tracking effectiveness #119
Comments
I need some more context in order to help you. Can you provide the script you're using? Have you tried plotting the query points on the query frame? |
Thank you for your reply.Here is my code:`import argparse import imageio def read_video(folder_path): def preprocess_frames(frames):
def main():
if name == "main": |
I have submitted my own code on it, please help me take a look. Thank you @cdoersch |
My tracking points were initially clustered below the mask, but as the object moved to the middle of the image, why were the points I tracked not evenly distributed on the object's mask
The text was updated successfully, but these errors were encountered: