601 Commits (7d6727f33656f1f7799d003d137d23a0c7a1c43c)

Author SHA1 Message Date
Hironsan 2443365ed7 Support data export for image captioning 3 years ago
Hironsan 5dbde08152 Add migration file for image captioning 3 years ago
Hironsan 086e8e3cf3 Add image captioning project 3 years ago
Hironsan a812b85dbf Add test cases for data export of segmentation 3 years ago
Hironsan 668abd2b47 Support data export for segmentation 3 years ago
Hironsan 754021105e Add test cases for segmentation APIs 3 years ago
Hironsan b281ab0a1c Add segmentation APIs 3 years ago
Hironsan fe795dd0c4 Add segmentation model 3 years ago
Hironsan f80334f2e0 Add segmentation project 3 years ago
Hironsan 84f0e774a2 Support data export for bounding box 3 years ago
Hironsan fa8758b27e Add test cases for bounding box annotation 3 years ago
Hironsan 4cf3ffbeec Add BoundingBoxProject 3 years ago
Hironsan e749a8c349 Add views for bounding box 3 years ago
Hironsan 4030c5f21a Add a serializer for bounding box 3 years ago
Hironsan b8a4b0a0e9 Add admin for bounding box model 3 years ago
Hironsan 9dfeff1b70 Add BoundingBox model 3 years ago
dependabot[bot] 6dd094a970
Bump waitress from 2.1.1 to 2.1.2 in /backend 3 years ago
Hironsan db9fb8f1d3 Fix test_getitem test in TestExamples 3 years ago
Hironsan 217979312f Remove uuid_to_example method from Labels 3 years ago
Hironsan 22f897d2b7 Add Examples class 3 years ago
Hironsan fab8787a65 Enable to specify the number of threads in windows, fix #1762 3 years ago
Hironsan f3b40ebcb3 Replace file_format string with Format class 3 years ago
Hironsan 703d6cb751 Replace get_by_text with __getitem__ 3 years ago
Hironsan b971527178 Add non empty constraint to label names 3 years ago
Hironsan fe02b2bcb3 Add non negative constraint to span offset 3 years ago
Hironsan f52b89d0c1 Update pypi workflow 3 years ago
Hironsan ed15643209 Update default celery setting to production 3 years ago
Hironsan 4ff7a72391 Fix relation export 3 years ago
Hironsan 722a498eab Apply black 3 years ago
Hironsan 3b8941e7e6 Add plain dataset 3 years ago
Hironsan 370c123ff4 Update frontend to handle relation dataset import 3 years ago
Hironsan 6bb657a665 Change the default value of column data and column label 3 years ago
Hironsan 96e1cade44 Add FileImportException class 3 years ago
Hironsan 81498d8f85 Add datasets for import 3 years ago
Hironsan 3e33d077cd Add BinaryExampleMaker to handle image and audio data 3 years ago
Hironsan e2d4bea485 Remove uploaded files when FileTypeException is raised 3 years ago
Hironsan 28ecca81c8 Add not empty validator to TextLabel 3 years ago
Hironsan 8c899abb55 Avoid removing overlapping spans with another example uuids 3 years ago
Hironsan 4fc40eb9c8 Avoid save labels if there is no corresponding example 3 years ago
Hironsan 993e4f655b Add labels test cases for data_import 3 years ago
Hironsan 089d6a8c7f Add DummyLabelType model for data import 3 years ago
Hironsan a63a1e9751 Add first class collection for label 3 years ago
Hironsan 0465c4f982 Return line number from parser 3 years ago
Hironsan 73b3be3d19 Simplify readers 3 years ago
Hironsan 3bb844fa1e Simplify parse method in label 3 years ago
Hironsan 076a6c90f1 Remove unused factories for data import 3 years ago
Hironsan e5f6deb8f9 Remove writers 3 years ago
Hironsan 553e7b3c28 Add type hint to marker 3 years ago
Hironsan 0ef9e12810 Change method name from create to save 3 years ago
Hironsan e9d799086b Add makers for data import 3 years ago