-
Notifications
You must be signed in to change notification settings - Fork 25
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
about running tracker.py #35
Comments
Hmm, there is some problem because |
Hello, |
Does the input have to be a video (.mp4)? |
I am having the same question as @bbakpil. We are interested in applying metrical-tracker to a single image. |
Hello, @bbakpil , Excuse me, |
Hello, thanks for your awesome work.
I'm having trouble on running tracker.py.
def parse_batch(self, batch):
images = batch['image']
landmarks = batch['lmk']
landmarks_dense = batch['dense_lmk']
landmarks_dense.shape = [1, 68, 2], which seems like 68 landmarks.
However,
left_iris_mp = [468, 469, 470, 471, 472]
right_iris_mp = [473, 474, 475, 476, 477] and
mediapipe_idx = [276. 282, ... ]
left_iris_mp , right_iris_mp , and mediapipe_idx exceeds the index of landmarks_dense.
Am I doing something wrong? Please give me any suggestion if possible.
Thank you in advance.
The text was updated successfully, but these errors were encountered: