Commit 3016e0b
Add cvat_labels_file conf parameter to support CSV label definitions with attributes (#1824)
* Added read_labels_from_file and changed init_datastore to parse CSV labels with JSON attributes passed via cvat_labels_file
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix: corrected issues from previous PR submission related to imports
Signed-off-by: Muhammad Bilal <bilalcodehub>
* Fix: corrected issues from previous PR submission
Signed-off-by: Muhammad Bilal <[email protected]>
* Fix: Add setuptools>=61 for Windows build compatibility with girder-client
Signed-off-by: bilalcodehub <[email protected]>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix: upgrade setuptools early in CI to avoid girder-client error on Windows
Signed-off-by: bilalcodehub <[email protected]>
* Fix: resolve mypy type error in endoscopy main.py
Signed-off-by: bilalcodehub <[email protected]>
---------
Signed-off-by: Muhammad Bilal <bilalcodehub>
Signed-off-by: Muhammad Bilal <[email protected]>
Signed-off-by: bilalcodehub <[email protected]>
Co-authored-by: bilalcodehub <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 83cc1c6 commit 3016e0b
File tree
3 files changed
+62
-3
lines changed- .github/workflows
- sample-apps/endoscopy
3 files changed
+62
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
99 | 138 | | |
100 | 139 | | |
101 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
102 | 159 | | |
103 | 160 | | |
104 | 161 | | |
| |||
107 | 164 | | |
108 | 165 | | |
109 | 166 | | |
110 | | - | |
| 167 | + | |
111 | 168 | | |
112 | 169 | | |
113 | 170 | | |
| |||
0 commit comments