Hironsan
|
62e2ae02c8
|
Fix the example file content for relation extraction
|
2 years ago |
dependabot[bot]
|
694b9382be
|
Bump django from 4.0.6 to 4.0.7 in /backend
Bumps [django](https://github.com/django/django) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.6...4.0.7)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Casey
|
ac7dc796fa
|
update test cases for new methods
|
2 years ago |
Hironsan
|
b795bb358a
|
Add a migration file for exported comment
|
2 years ago |
Hironsan
|
add5d4c71a
|
Apply black to fix codes
|
2 years ago |
Casey
|
c236f81ba6
|
update test cases
|
2 years ago |
dependabot[bot]
|
fef08234ce
|
Bump django-celery-results from 2.2.0 to 2.4.0 in /backend
Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/celery/django-celery-results/releases)
- [Changelog](https://github.com/celery/django-celery-results/blob/master/Changelog)
- [Commits](https://github.com/celery/django-celery-results/compare/v2.2.0...v2.4.0)
---
updated-dependencies:
- dependency-name: django-celery-results
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Hironsan
|
8e9b0381c7
|
Set staticfiles=False to django_heroku
|
2 years ago |
Casey
|
7d34acf66a
|
update test cases
|
2 years ago |
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 |