Commit b9ca99c
feat(chore): add annotation converter voc to ypolo format (#4)
* chore(annotation_converter): initial commit for annotation converter command and business-logic
* chore(converter): move files from annotation_converter to converter directory
* chore(converter): add base code for converter and reader
* chore(annotation_converter): add voc to yolo format converter
* feat(annotation_converter)!: add yolo writer, finish conversation algorithm from voc to yolo
* refactor(annotation_converter)!:refactor voc to yolo converter to multiprocessing
* refactor(annotation_converter)!:refactor voc to yolo add files writer to convert pipeline for multiprocess writing files
* docs(annotation_converter): add docstrings for voc to yolo convertion logic
* refactor(dhash): remove commented rows
* docs(docs): add mcdocs and documentation
* tests(commands): add tst_commands for testing whole commands
---------
Co-authored-by: Serhii Naumenko <naumenko.s.mail@gmail.com>1 parent 677a2b8 commit b9ca99c
1 file changed
Lines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments