-
Notifications
You must be signed in to change notification settings - Fork 446
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
Enable h-label classification #2761
Conversation
tests/unit/algo/classification/heads/test_custom_hlabel_cls_head.py
Outdated
Show resolved
Hide resolved
@vinnamkim , thanks for the comments, I'll update this PR after merging this PR (#2758) since it brings the |
When label resolving functionality is going to be added? As I see now, we have only metric computation, and therefore we don't need to produce human-readable predictions of the model, but in the future obtaining postprocessed results is also good to add (at least for Geti). |
This commit(fdc033e)
|
It seems great, I'll add that functionality at the later phase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Summary
This PR introduces the H-label Classification for OTX2.0. The final benchmark table will be uploaded soon.
Also, this PR will be edited after migrating #2758.
Notes,
The figure below represents the simple design of H-label data part
![image](https://private-user-images.githubusercontent.com/80735344/294433148-ca292a6f-f8e1-477e-8e2f-8d6b4c56c388.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzQ5MDUsIm5iZiI6MTczOTAzNDYwNSwicGF0aCI6Ii84MDczNTM0NC8yOTQ0MzMxNDgtY2EyOTJhNmYtZjhlMS00NzdlLThlMmYtOGQ2YjRjNTZjMzg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE3MTAwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRjNjk0NzZjYzgwYzc1Yzg2YzkzNTc4ZmE3NDVkMjRjODAwZGUyMjI1MmJlMWExZDNkNDY4MzYzNGZlNTcyMTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8aZ5gd9CERI6qv3NJgYC5aJv86Yo_7zqlzOL3AwYPwY)
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.