-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize quality computation (#8990)
- Added lazy ellipse mask / RLE computation (OpenCV's ellipse() is quite slow with big masks) - Removed simultaneous mask materialization for all masks on the image in segmentation matching - Added batch size restriction in bulk saving of quality reports
- Loading branch information
1 parent
dcbe07e
commit 3b5202e
Showing
4 changed files
with
43 additions
and
17 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
changelog.d/20250124_175956_mzhiltso_optimize_quality_computation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### Fixed | ||
|
||
- Improved performance and memory utilization for quality reports in tasks with ellipses and masks | ||
(<https://github.com/cvat-ai/cvat/pull/8990>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters