Commit 12e145c
Refactor OTX classification phase 1: move modules from MPA to OTX (#1893)
---------
Co-authored-by: Yunchu Lee <[email protected]>1 parent 873d9b6 commit 12e145c
File tree
122 files changed
+1470
-1148
lines changed- docs/source/guide/reference/mpa/modules
- models
- ov
- otx
- algorithms
- classification
- adapters/mmcls
- datasets
- pipelines
- transforms
- models
- backbones
- classifiers
- heads
- losses
- necks
- optimizer
- configs
- base/data/semisl
- mobilenet_v3_large_1_cls_incr/supcon
- common/adapters/mmcv
- hooks
- nncf
- pipelines/transforms
- cython_augments
- cli/utils
- mpa
- cls
- csrc/mpl
- modules
- datasets/pipelines/transforms
- cython_augments
- hooks
- models
- classifiers
- heads
- optimizer
- ov/models/mmcls
- backbones
- heads
- necks
- tests/unit
- algorithms/classification/adapters/mmcls
- data
- mpa
- modules
- datasets/pipelines/transforms
- heads
- hooks
- losses
- models/classifiers
- optimizer
- ov/models/mmcls
- backbones
- heads
- necks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
122 files changed
+1470
-1148
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| |||
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 28 | | |
45 | 29 | | |
46 | 30 | | |
| |||
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 40 | | |
61 | 41 | | |
62 | 42 | | |
63 | 43 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 44 | | |
69 | 45 | | |
70 | 46 | | |
71 | 47 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 48 | | |
77 | 49 | | |
78 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
Lines changed: 0 additions & 26 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 12 | | |
33 | 13 | | |
34 | 14 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
0 commit comments