-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
For ILAS we have:
hmt-basemodels/basemodels/via.py
Lines 20 to 30 in da99984
| "regions": [{ | |
| "region_attributes": { | |
| "region_key": "region_value" | |
| }, | |
| "shape_attributes": { | |
| "coords": [x1, y1, x2, y2, x3, y3, x4, y4], | |
| "name": "shape_type" | |
| } | |
| }], | |
| }] | |
| } |
I think the reason is result format that has regions.
In Task processor we include class_attributes for GT tasks. Logic is here
Could we separate results and groundtruth to a different formats? What ideas you have?