Rename configs/rtdetr/rtdetr_r101vd_6x_cococope24.yml to configs/rtdetr/rtdetr_r101vd_6x_cocococo.yml
Browse files
configs/rtdetr/{rtdetr_r101vd_6x_cococope24.yml → rtdetr_r101vd_6x_cocococo.yml}
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
__include__: [
|
2 |
-
'../dataset/
|
3 |
'../runtime.yml',
|
4 |
'./include/dataloader.yml',
|
5 |
'./include/optimizer.yml',
|
6 |
-
'./include/
|
7 |
]
|
8 |
|
9 |
PResNet:
|
|
|
1 |
__include__: [
|
2 |
+
'../dataset/coco_detectioncoco.yml',
|
3 |
'../runtime.yml',
|
4 |
'./include/dataloader.yml',
|
5 |
'./include/optimizer.yml',
|
6 |
+
'./include/rtdetr_r50vdcoco.yml',
|
7 |
]
|
8 |
|
9 |
PResNet:
|