v2.4.2
CVHub520/X-AnyLabelingv2.4.2Sep 6, 2024by CVHub520
AI Summary
X-AnyLabeling v2.4.2 is a minor release focused on enhancing video tracking capabilities and developer experience. The release adds interactive video object tracking support using SAM2, implements visualization functionality for drawing results, and includes VSCode configuration files for debugging and profiling.
Key Highlights
- Added interactive video object tracking support using SAM2 model
- Implemented visualization functionality for drawing results
- Added VSCode configuration files for module debugging and profiling
- Fixed typo in upload_coco_annotation function
- Released CPU executables for Windows and Linux platforms
New Features
- Interactive video object tracking by SAM2
- Visualization of drawing results
- VSCode configuration for debugging and profiling
- Bug fix for upload_coco_annotation function typo
Full Release Notes
## Released versions | Version | MD5 | |---------|------------------------------------| | X-AnyLabeling-CPU.exe | 870548a8ef4310f811ec205ab625cdef | | X-Anylabeling-Linux-CPU | 2df31af95c868640afc199772cbbf6d6 | > [!NOTE] > For GPU acceleration and the macOS version, please consult the guide at [this link](https://github.com/CVHub520/X-AnyLabeling/blob/main/docs/en/get_started.md). > To use the video tracking feature with segment-anything-2, refer to the same document. ## Important updates * [Model] Added support for interactive video object tracking by SAM2 (#602) by @CVHub520 in 0437e399fb4a3c1202abd00069c13d6bbb0e3982 * [Feature] Implement functionality to visualize drawing results @CVHub520 in cf8faf5a7eb8b44ee7f4a14c7b23f4a8cff822dc * [Debug] Add vscode configuration files for module debugging and profiling by @CVHub520 in c8071390949d4608d577c2e81ce562446996c497 * [Update] Fix typo in upload_coco_annotation function by @CVHub520 in 6be1cc2fb7a1cda601642a2ba85b26f01d6804ec **Full Changelog**: https://github.com/CVHub520/X-AnyLabeling/compare/v2.4.1...v2.4.2