Hironsan
|
860bc30d85
|
Update version in pyproject.toml
|
2 years ago |
Hironsan
|
1537d51531
|
Format codes according to flake8, black, and isort
|
2 years ago |
Casey
|
73b0367363
|
fix fasttext
|
2 years ago |
Casey
|
6a44547085
|
delete unused to_dict
|
2 years ago |
Casey
|
9179916d6a
|
export comments
|
2 years ago |
Hironsan
|
34cc7e14d4
|
Add label field to exported dataset
|
2 years ago |
dependabot[bot]
|
cdea6154cd
|
Bump lxml from 4.7.1 to 4.9.1 in /backend
Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.7.1...lxml-4.9.1)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
07064832cf
|
Bump django from 4.0.4 to 4.0.6 in /backend
Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.4...4.0.6)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Hironsan
|
6a6398e6a8
|
Support data import for new tasks
|
2 years ago |
Hironsan
|
2443365ed7
|
Support data export for image captioning
|
2 years ago |
Hironsan
|
5dbde08152
|
Add migration file for image captioning
|
2 years ago |
Hironsan
|
086e8e3cf3
|
Add image captioning project
|
2 years ago |
Hironsan
|
a812b85dbf
|
Add test cases for data export of segmentation
|
2 years ago |
Hironsan
|
668abd2b47
|
Support data export for segmentation
|
2 years ago |
Hironsan
|
754021105e
|
Add test cases for segmentation APIs
|
2 years ago |
Hironsan
|
b281ab0a1c
|
Add segmentation APIs
|
2 years ago |
Hironsan
|
fe795dd0c4
|
Add segmentation model
|
2 years ago |
Hironsan
|
f80334f2e0
|
Add segmentation project
|
2 years ago |
Hironsan
|
84f0e774a2
|
Support data export for bounding box
|
2 years ago |
Hironsan
|
fa8758b27e
|
Add test cases for bounding box annotation
|
2 years ago |
Hironsan
|
4cf3ffbeec
|
Add BoundingBoxProject
|
2 years ago |
Hironsan
|
e749a8c349
|
Add views for bounding box
|
2 years ago |
Hironsan
|
4030c5f21a
|
Add a serializer for bounding box
|
2 years ago |
Hironsan
|
b8a4b0a0e9
|
Add admin for bounding box model
|
2 years ago |
Hironsan
|
9dfeff1b70
|
Add BoundingBox model
|
2 years ago |
dependabot[bot]
|
6dd094a970
|
Bump waitress from 2.1.1 to 2.1.2 in /backend
Bumps [waitress](https://github.com/Pylons/waitress) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/Pylons/waitress/releases)
- [Changelog](https://github.com/Pylons/waitress/blob/v2.1.2/CHANGES.txt)
- [Commits](https://github.com/Pylons/waitress/compare/v2.1.1...v2.1.2)
---
updated-dependencies:
- dependency-name: waitress
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Hironsan
|
db9fb8f1d3
|
Fix test_getitem test in TestExamples
|
2 years ago |
Hironsan
|
217979312f
|
Remove uuid_to_example method from Labels
|
2 years ago |
Hironsan
|
22f897d2b7
|
Add Examples class
|
2 years ago |
Hironsan
|
fab8787a65
|
Enable to specify the number of threads in windows, fix #1762
|
2 years ago |
Hironsan
|
f3b40ebcb3
|
Replace file_format string with Format class
|
2 years ago |
Hironsan
|
703d6cb751
|
Replace get_by_text with __getitem__
|
2 years ago |
Hironsan
|
b971527178
|
Add non empty constraint to label names
|
2 years ago |
Hironsan
|
fe02b2bcb3
|
Add non negative constraint to span offset
|
2 years ago |
Hironsan
|
f52b89d0c1
|
Update pypi workflow
|
2 years ago |
Hironsan
|
ed15643209
|
Update default celery setting to production
|
2 years ago |
Hironsan
|
4ff7a72391
|
Fix relation export
|
2 years ago |
Hironsan
|
722a498eab
|
Apply black
|
2 years ago |
Hironsan
|
3b8941e7e6
|
Add plain dataset
|
2 years ago |
Hironsan
|
370c123ff4
|
Update frontend to handle relation dataset import
|
2 years ago |
Hironsan
|
6bb657a665
|
Change the default value of column data and column label
|
2 years ago |
Hironsan
|
96e1cade44
|
Add FileImportException class
|
2 years ago |
Hironsan
|
81498d8f85
|
Add datasets for import
|
2 years ago |
Hironsan
|
3e33d077cd
|
Add BinaryExampleMaker to handle image and audio data
|
2 years ago |
Hironsan
|
e2d4bea485
|
Remove uploaded files when FileTypeException is raised
|
2 years ago |
Hironsan
|
28ecca81c8
|
Add not empty validator to TextLabel
|
2 years ago |
Hironsan
|
8c899abb55
|
Avoid removing overlapping spans with another example uuids
|
2 years ago |
Hironsan
|
4fc40eb9c8
|
Avoid save labels if there is no corresponding example
|
2 years ago |
Hironsan
|
993e4f655b
|
Add labels test cases for data_import
|
2 years ago |
Hironsan
|
089d6a8c7f
|
Add DummyLabelType model for data import
|
2 years ago |