-
Notifications
You must be signed in to change notification settings - Fork 8
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
VIA format that supports groundtruth #50
Comments
My idea of GT is:
|
hCaptcha expects to see this format when job is added
|
Not sure what the issue is here? |
In short:
I suggest that we would do it like this #50 (comment) |
The idea is requesters can have partial ground truth, and it is useful to associate that with a task. In principle it may be easiest to pack that in alongside the other info for the task. However, none of these formats are optimal based on what we know from running them for a few years, and could be more carefully designed in the next iteration. |
I'm not sure if I understand partial GT in this context. Also packing alongside the other info is a bit unclear. I'm 100% with out on "not designed carefully". Maybe we could put format planning on next sprint's schedule? I would like to avoid hacking something now and then changing it to all places later. For me having GT under a single key like |
I'm not sure what the purpose of splitting groundtruth and results - they're the same in concept, we can use (likely spec/create our own) format that supports various types of answer types and lets us add more down the road. |
For ILAS we have:
hmt-basemodels/basemodels/via.py
Lines 20 to 30 in da99984
I think the reason is result format that has regions.
In Task processor we include
class_attributes
for GT tasks. Logic is hereCould we separate results and groundtruth to a different formats? What ideas you have?
The text was updated successfully, but these errors were encountered: