Skip to content

Commit abac352

Browse files
committed
feat(workspace): update onlione
2 parents 96a2463 + b9a2ee5 commit abac352

File tree

195 files changed

+4540
-3548
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+4540
-3548
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
## 特性
1111

12-
- 支持图片 拉框、点、线(包含曲线)、多边形(包含闭合曲线)、立体框标注
12+
- 支持图片 拉框、点、线(包含曲线)、多边形(包含闭合曲线)、立体框,同时支持目标检测之间的关联关系标注
1313
- 支持视频标注
1414
- 支持音频标注
1515
- 原子化模块,可自由组合
1616

1717
## 开始使用
1818

19-
- Playground:[https://opendatalab.github.io/labelU-Kit/](https://opendatalab.github.io/labelU-Kit/)
20-
- 体验 LabelU 在线版[https://labelu.shlab.tech/](https://labelu.shlab.tech/)
19+
- [Playground](https://opendatalab.github.io/labelU/playground/image)
20+
- [LabelU 在线版](https://labelu.shlab.tech/)
2121

2222
## Packages
2323

README_en-US.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
## Features
1111

12-
- Supports 2D bounding box, point, line (spline), cuboid, and polygon (closed-spline) annotation for images
12+
- Supports 2D bounding box, point, line (spline), cuboid, and polygon (closed-spline) and relation (for bbox / polygon) annotation for images
1313
- Supports video annotation
1414
- Supports audio annotation
1515
- Modular components that can be freely combined
1616

1717
## Getting Started
1818

19-
- Playground: [https://opendatalab.github.io/labelU-Kit/](https://opendatalab.github.io/labelU-Kit/)
20-
- Try LabelU: [https://labelu.shlab.tech/](https://labelu.shlab.tech/)
19+
- [Playground](https://opendatalab.github.io/labelU/playground/image)
20+
- [LabelU online](https://labelu.shlab.tech/)
2121
- Documentation: [https://opendatalab.github.io/labelU-Kit](https://opendatalab.github.io/labelU-Kit)
2222

2323
## Packages

apps/frontend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@labelu/frontend",
3-
"version": "5.6.9",
3+
"version": "5.9.0",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.6.2",
7-
"@labelu/audio-annotator-react": "1.8.3",
8-
"@labelu/components-react": "1.7.10",
7+
"@labelu/i18n": "1.1.0",
8+
"@labelu/audio-annotator-react": "1.9.0",
9+
"@labelu/components-react": "1.8.0",
10+
"@labelu/image": "1.5.0",
911
"@labelu/formatter": "1.0.2",
10-
"@labelu/i18n": "1.0.6",
11-
"@labelu/image": "1.4.0",
12-
"@labelu/image-annotator-react": "2.4.3",
12+
"@labelu/image-annotator-react": "2.5.0",
1313
"@labelu/interface": "1.3.1",
14-
"@labelu/video-annotator-react": "1.4.9",
15-
"@labelu/video-react": "1.5.2",
14+
"@labelu/video-annotator-react": "1.5.0",
15+
"@labelu/video-react": "1.6.0",
1616
"@tanstack/react-query": "^5.0.0",
1717
"antd": "5.10.1",
1818
"axios": "^1.3.4",
-221 Bytes
Binary file not shown.

apps/frontend/public/src/icons/createTask.svg

Lines changed: 0 additions & 22 deletions
This file was deleted.
-262 Bytes
Binary file not shown.

apps/frontend/public/src/icons/delete.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/frontend/public/src/icons/deleteBlue.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/frontend/public/src/icons/email.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/frontend/public/src/icons/file.svg

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)