@@ -134,13 +134,13 @@ The list of supported templates for object detection is available with the comma
134
134
.. code-block ::
135
135
136
136
(otx) ...$ otx find --template --task DETECTION
137
- +-----------+-----------------------------------+ -------+-------------------------------------------------------------------------------+
138
- | TASK | ID | NAME | PATH |
139
- +-----------+-----------------------------------+ -------+-------------------------------------------------------------------------------+
140
- | DETECTION | Custom_Object_Detection_YOLOX | YOLOX | src/otx/algorithms/detection/configs/detection/cspdarknet_yolox /template.yaml |
141
- | DETECTION | Custom_Object_Detection_Gen3_SSD | SSD | src/otx/algorithms/detection/configs/detection/mobilenetv2_ssd /template.yaml |
142
- | DETECTION | Custom_Object_Detection_Gen3_ATSS | ATSS | src/otx/algorithms/detection/configs/detection/mobilenetv2_atss/template.yaml |
143
- +-----------+-----------------------------------+-------+-------------------------------------------------------------------------------+
137
+ +-----------+-----------------------------------------------+----------- -------+-------------------------------------------------------------------------------+
138
+ | TASK | ID | NAME | BASE PATH |
139
+ +-----------+-----------------------------------------------+----------- -------+-------------------------------------------------------------------------------+
140
+ | DETECTION | Custom_Object_Detection_Gen3_SSD | SSD | src/otx/algorithms/detection/configs/detection/mobilenetv2_ssd /template.yaml |
141
+ | DETECTION | Custom_Object_Detection_YOLOX | YOLOX | src/otx/algorithms/detection/configs/detection/cspdarknet_yolox /template.yaml |
142
+ | DETECTION | Custom_Object_Detection_Gen3_ATSS | MobileNetV2- ATSS | src/otx/algorithms/detection/configs/detection/mobilenetv2_atss/template.yaml |
143
+ +-----------+----------------------------------------------- +------------------ +-------------------------------------------------------------------------------+v
144
144
145
145
.. _detection_workspace :
146
146
@@ -165,15 +165,15 @@ Let's prepare the object detection workspace running the following command:
165
165
(otx) ...$ otx build Custom_Object_Detection_Gen3_ATSS --train-data-roots data/wgisd
166
166
167
167
# or its name
168
- (otx) ...$ otx build ATSS --train-data-roots data/wgisd
168
+ (otx) ...$ otx build MobileNetV2- ATSS --train-data-roots data/wgisd
169
169
170
170
# or its path
171
171
(otx) ...$ otx build otx/algorithms/detection/configs/detection/mobilenetv2_atss/template.yaml --train-data-roots data/wgisd
172
172
173
173
...
174
174
[*] Workspace Path: otx-workspace-DETECTION
175
175
[*] Load Model Template ID: Custom_Object_Detection_Gen3_ATSS
176
- [*] Load Model Name: ATSS
176
+ [*] Load Model Name: MobileNetV2- ATSS
177
177
[*] - Updated: otx-workspace-DETECTION/model.py
178
178
[*] - Updated: otx-workspace-DETECTION/data_pipeline.py
179
179
[*] - Updated: otx-workspace-DETECTION/tile_pipeline.py
0 commit comments