Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #178 +/- ##
==========================================
+ Coverage 38.36% 39.36% +1.00%
==========================================
Files 78 79 +1
Lines 4309 4402 +93
==========================================
+ Hits 1653 1733 +80
- Misses 2656 2669 +13 ☔ View full report in Codecov by Sentry. |
| ColorRGBA = Tuple[float, float, float, float] | ||
|
|
||
|
|
||
| class AnnotationHelper: |
There was a problem hiding this comment.
I think the name of this class used to be AnnotationBuilder, why was it replaced for AnnotationHelper? I think that AnnotationBuilder is more suiting name.
There was a problem hiding this comment.
Also, why not an ImgAnnotationBuilder if it refers to dai.ImgAnnotation creation?
There was a problem hiding this comment.
The name was changed after some discussion in this slack thread. Personally I don't have any strong opinions on the name of this class, so we can go with whatever you prefer.
|
Also I would consider moving the class from |
| ColorRGBA = Tuple[float, float, float, float] | ||
|
|
||
|
|
||
| class AnnotationHelper: |
There was a problem hiding this comment.
Also, why not an ImgAnnotationBuilder if it refers to dai.ImgAnnotation creation?
|
Let's merge this when DepthAI alpha15 comes out. It should feature the bug fix for failing Windows tests. |
|
Alpha15 is out. Please bump up the DepthAI version and merge this PR. |
Purpose
Create
AnnotationHelperclass to simplifydai.ImgAnnotationsmessage creation.Dependencies & Potential Impact
None / not applicable
Deployment Plan
None / not applicable
Testing & Validation
None / not applicable