-
Notifications
You must be signed in to change notification settings - Fork 16
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
click accuracy and scroll accuracy #6
Comments
Also problem with typed text accuracy. In main.py, the text accuracy is calculated as: |
Hi, please refer to the following codes. In Section 5.1, the text accuracy is only measured if the predicted and reference texts are matched or overlapped (see below). It is not calculated by the code in main.py.
|
thanks for the explanation. |
Thanks for the great work! I have a question regarding evaluation metrics. In Seems that the action accuracy score is computed by the number of action_correct / number of all frames. This is different from the original definition of action accuracy score, which is action_correct / len(episode), averaged by the number of episodes. Correct me if I misunderstand the metrics ... Could you share the full eval mentioned here? #6 (comment)
|
Hi, thanks for the good work.
I wonder how the click accuracy and scroll accuracy is calculated in section 5.1. I can not find such code in main.py and action_matching.py.
Thanks~
The text was updated successfully, but these errors were encountered: