ayanamizuta
7a3418841d
fix client-side types about comment as backend returns
3 years ago
youichiro
197d17182c
move later to copy files in Dockerfile.prod
3 years ago
zanussbaum
9bf6c52347
Fixing Data Annotation Issues
When uploading datasets, the code uses a `bulk_create` to upload
Examples and Labels. It then filters the data from the database
based on when it was created. However, [Django doesn't enforce
the list order when calling filter](https://stackoverflow.com/questions/7163640/what-is-the-default-order-of-a-list-returned-from-a-django-filter-call )
unless ordering is specified. The previous behavior mismatched labels
and examples. When this was shown in the UI, the data would show labels
for incorrect examples (i.e. a label for message #2 would be shown on
message #1 ). This fix enforces that the data is returned in the order
it was inserted so that the data, label pair is as expected.
3 years ago
saucecat
0e40a5937f
support image display and url handling
3 years ago
Hiroki Nakayama
cc36406848
Merge pull request #1413 from doccano/enhancement/autoLabeling
[Enhancement] Support image and speech auto labeling
3 years ago
Hironsan
288cee34f2
Update speech-to-text page
3 years ago
Hironsan
d99a6e3092
Update auto-labeling-pipeline
3 years ago
Hironsan
0812f0c6d0
Update AutoLabelingConfigParameterTest API
3 years ago
Hironsan
b534c2a55e
Update ConfigParameters.vue to upload a file
3 years ago
Hironsan
db8b274157
Add FileField.vue to upload a file
3 years ago
Hironsan
caf1ad222f
Update auto-labeling-pipeline
3 years ago
Raphael Scheible
57286362ce
put variables to .env file
3 years ago
Hironsan
dbb90d13a2
Update frontend to handle image auto labeling
3 years ago
Hironsan
720f0d4f00
Change AutoLabelingAnnotation API url
3 years ago
Hironsan
25989c265d
Update AutoLabelingAnnotation API to handle image data
3 years ago
Hironsan
7992092c83
Add a test case for auto labeling config creation
3 years ago
Hironsan
e0f4e9405c
Update auto-labeling-pipeline
3 years ago
Hironsan
e93662fb9d
Add test for label mapping
3 years ago
Hironsan
cb9b1b12d0
Add test for auto labeling template mapping
3 years ago
Hironsan
31f7f0f6b2
Add a test image
3 years ago
Hironsan
6c3925fc9f
Update AutoLabelingConfigParameterTest
3 years ago
Hironsan
d04d6571ff
Update AutoLabelingConfigParameterTest
3 years ago
Hiroki Nakayama
f3c290ab23
Merge pull request #1402 from doccano/enhancement/filterset
[Enhancement] Add state model
3 years ago
Hironsan
97ffea353c
Remove filterOption
3 years ago
Hironsan
18febb7e1a
Switch filter_class from DocumentFilter to ExampleFilter in ExampleList
3 years ago
Hironsan
beb9b5207c
Add ExampleFilter
3 years ago
Hironsan
483db70c55
Update frontend to use isConfirmed
3 years ago
Hironsan
2545ffef15
Add ExampleState API
3 years ago
Hironsan
60d4ed8d03
Add ExampleState serializer
3 years ago
Hironsan
fc7d53abe7
Add ExampleState model
3 years ago
Hiroki Nakayama
1d45a389c5
Merge pull request #1400 from doccano/fix/menu
Hide label and relation from the sidebar
3 years ago
Hironsan
d273ca9f97
Update relation page validation
3 years ago
Hironsan
028caca8f1
Update label page validation
3 years ago
Hironsan
22ea81a2e8
Update TheSideBar.vue to hide label and relation menu
3 years ago
Hiroki Nakayama
d293ce98ba
Merge pull request #1396 from doccano/fix/#1372
Remove t2.micro from cloudformation template
3 years ago
Hironsan
1b70a76131
Remove t2.micro from cloudformation template, fix #1372
3 years ago
Hiroki Nakayama
9a21f706c7
Merge pull request #1395 from doccano/feature/speech2text
Feature/speech2text
3 years ago
Hironsan
16840c6f2c
Add migration file
3 years ago
Hironsan
708e713e59
Merge branch 'master' into feature/speech2text
# Conflicts:
# frontend/pages/projects/_id/sequence-labeling/index.vue
3 years ago
Hiroki Nakayama
941ef22d3f
Merge pull request #1391 from doccano/fix/#1388
Update Dockerfiles
3 years ago
Hironsan
223a713d2c
Update Dockerfiles, fix #1388 , fix #1387
3 years ago
Hironsan
ebc8cc6860
Merge remote-tracking branch 'origin/feature/relation'
3 years ago
Hironsan
12687019e7
Update .gitignore
3 years ago
Hironsan
ae7926f5ca
Update publish-image.yml
3 years ago
Davide Allavena
1cdb9d6df3
isort strikes again
3 years ago
Davide Allavena
d6ee449393
other isort
3 years ago
Davide Allavena
9fce783cf7
more isort
3 years ago
Davide Allavena
2f0816639f
isort fix
3 years ago
Davide Allavena
8d993bc50f
small change to get test passing
3 years ago
Davide Allavena
e2dc4cc25b
Added newline at the end of the file
3 years ago