Decouple mask and bndbox Detections (for VOC)#263
Decouple mask and bndbox Detections (for VOC)#263kirilllzaitsev wants to merge 6 commits intoroboflow:developfrom
Conversation
|
@SkalskiP here is a starter patch of changes on the transition path to decoupled object detection and segmentation. Taking VOC format as a playground:
If the direction with |
|
Hi, @kirilllzaitsev! 👋🏻 I marked this PR as a @hardikdava and @artyaltanzaya could you take a look at the PR in the meantime? |
|
@capjamesg @yeldarby I think you should know we are working on those changes. They might influence Autodistill. |
Description
Addresses this issue. In the context of the VOC format, Detections are allowed to have either
xyxyormaskfield non-empty. Previous behavior to handle bothxyxyandmaskis supported, but a deprecation warning is issued.The way to dump a dataset to disk is changed to a separate
XMLBuilderclass.List any dependencies that are required for this change.
Type of change
Please delete options that are not relevant.
How has this change been tested, please provide a testcase or example of how you tested the change?
Tested with either of (
xyxy,mask), (xyxy), (mask) available.Any specific deployment considerations
For example, documentation changes, usability, usage/costs, secrets, etc.
Docs