Skip to content
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

Disable fix_segments_intersections for now #751

Merged
merged 2 commits into from
Oct 11, 2019

Commits on Oct 3, 2019

  1. Disable fix_segments_intersections for now

    When the bounding boxes had intersections and were exported with the COCO JSON format they were often cut off. I commented out the line with the function fix_segments_intersections and replaced it with lines of that function. This helped with the bounding boxes and keeps the masks as they are created with CVAT. It is probably inconvenient for the user to get something fixed in the export without an active agreement of the user. Secondly letting a function automatically fix segments could result in a bad fix.
    johalaoui committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    676915b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Use fix_segments_intersections only with z-order

    The fix_segments_intersections will only be used when the z-order flag is set. This is useful for bounding boxes or masks which don't need to be fixed. This fix was created according to Andrey Zhavoronkov's (@azhavoro) advice.
    johalaoui committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    c212896 View commit details
    Browse the repository at this point in the history