Releases: IDEA-Research/deepdataspace
Releases · IDEA-Research/deepdataspace
v0.12.2
v0.12.1
v0.12.0
v0.11.0
v0.10.0
What's New
- Feature: Support annotating keypoints, masks, and polygons for collaborative projects
- Optimize: Speed up importing datasets up to 2 million images to over 10x faster.
- Optimize: Delete deprecated label_confirm field from Object model
- Optimize: Optimize annotation editor interaction details
- Bugfix: Improved visualization for keypoints and bounding boxes
本次更新
- 新增:支持在协同标注中标注 keypoints、mask 和 polygon
- 优化:提升大数据集(2百万图片)的导入速度至少 10 倍
- 优化:删除了 Object 对象中不再使用的 label_confirm 字段
- 优化:优化标注编辑器交互细节
- 修复:优化了 keypoints 和 bounding box 的显示问题
v0.9.5
v0.9.4
v0.9.3
What's New:
- Feature: Added support for caption in the Python function API.
- Optimize: Enhanced page loading speed for datasets containing thousands of categories.
- Bugfix: Corrected a parameter error to improve dataset import speed.
- Bugfix: Resolved issues in reading configurations from the config file.
- Bugfix: Fixed errors in importing prediction sets for the COCO dataset.
本次新增:
- 功能:在 Python API 中新增了图片添加 caption 的支持。
- 优化:针对数以万计的 category 的数据集,提升了页面加载速度。
- 修复:解决了批量添加 annotation 时的参数错误,优化了数据集导入速度。
- 修复:修复了从 config yaml 文件中解析某些配置项时的错误。
- 修复:修复了 COCO 数据集导入预测集时的错误。
v0.9.2
What's New
- bugfix: fix error of duplicating LD_LIBRARY_PATH values
- bugfix: fix error of copying sample dataset files
- refactor: add model API to cascade delete dataset
本次更新
- 修复:修复启动 dds 时复制了 LD_LIBRARY_PATH 环境变量的问题
- 修复:修复快速启动时复制样例数据集文件的错误
- 重构:使用聚合的 model API 来彻底删除 dataset