-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update model_handler.py #4665
Update model_handler.py #4665
Conversation
use the OpenCV contour function to extract contour instead of scikit-image function. to solve the problem of poor drawing of the contour see the issue 4660 cvat-ai#4660
Hi, @waqarsqureshi Do you think we need it if CVAT can support working with masks now? |
@bsekachev The function that i proposed is when we use automated masking using an existing semantic segmentation. If CVAT is already using this function then it is fine. instead |
@yasakova-anastasia , could you please look at the PR and give your feedback? |
Great! to see it resolved! |
@waqarsqureshi , thanks for your contribution. |
use the OpenCV contour function to extract contour instead of scikit-image function. to solve the problem of poor drawing of the contour see the issue 4660 cvat-ai#4660
use the OpenCV contour function to extract contour instead of scikit-image function. to solve the problem of poor drawing of the contour see the issue 4660
#4660
Motivation and context
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.