Skip to content

Releases: IDEA-Research/deepdataspace

v0.12.2

19 Apr 08:02
8c59f79
Compare
Choose a tag to compare

What's New

  • fix: frontend service access to backend API path configuration;

本次更新

  • 修复: 前端服务访问后端接口路径配置;

v0.12.1

10 Apr 03:31
75ba19a
Compare
Choose a tag to compare

What's New

  • fix: preview grounding infos with applied filters;

本次更新

  • 修复: 预览 Grounding 信息时考虑已应用的筛选条件;

v0.12.0

09 Apr 06:39
9210ee5
Compare
Choose a tag to compare

What's New:

  • feature: enable visualization of grounding Informations in image previews;

本次更新:

  • 功能:在图像预览中支持 Grounding 信息的可视化;

v0.11.0

28 Mar 08:09
afa5c2d
Compare
Choose a tag to compare

What's New:

  • optimize: speed up dataset loading
  • feature: support random visit to dataset
  • bugfix: fix dataset filter update logic
  • upgrade: security upgrades for Python dependencies

本次更新:

  • 优化:数据集加载速度
  • 功能:支持数据集随机访问
  • 修复:修复数据集筛选栏的更新逻辑
  • 升级:升级 Python 包的安全更新

v0.10.0

29 Feb 07:16
802da5d
Compare
Choose a tag to compare

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

06 Feb 09:26
0aedf1d
Compare
Choose a tag to compare

What's New:

  • Optimize: Enhance the interaction experience of the annotation editor.
  • Optimize: Standardize the logic of model interface calls to optimize the intelligent interaction experience.

本次新增:

  • 优化:标注编辑器交互体验
  • 优化:规范化模型接口调用逻辑,优化智能交互体验

v0.9.4

30 Jan 09:11
4907746
Compare
Choose a tag to compare

What's New:

  • Feature: Added iVP Detection and iVP Mask for intelligent annotation.
  • Optimize: Optimized Mask RLE format, adopting the COCO compression format standard.

本次新增:

  • 功能:新增 iVP Detection、iVP Mask 智能标注。
  • 优化:优化 Mask Rle 格式,采用 COCO 压缩格式标准。

v0.9.3

09 Jan 09:12
4f8490a
Compare
Choose a tag to compare

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

13 Dec 06:25
4b475a6
Compare
Choose a tag to compare

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

v0.9.1

11 Dec 08:27
8a7a014
Compare
Choose a tag to compare

What's New:

  • feature: support visibility editing for keypoints.
  • bugfix: include the bbox field when exporting keypoints annotations.

本次更新:

  • 功能: 支持编辑关键点的可见性。
  • 修复: 导出关键点标注时包含bbox字段。