Skip to content
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

Id fetching for gazes is wrong, or am I missing something? #7

Open
anlutfi opened this issue Aug 17, 2024 · 0 comments
Open

Id fetching for gazes is wrong, or am I missing something? #7

anlutfi opened this issue Aug 17, 2024 · 0 comments

Comments

@anlutfi
Copy link

anlutfi commented Aug 17, 2024

The mimic id retrieving in the following line does not necessarily isolate the id, but larger parts of the path, resulting in gaze list (idcsv) being empty.

id = imgpath.split("\\")[-1].split(".jpg")[0]

The line should be exactly like line 67, or better yet, deleted altogether, since the id variable is already set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant