Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SSD_pytorch
Commits
8007cee2
Commit
8007cee2
authored
Nov 05, 2024
by
xinghao
Browse files
Update path_catlog.py
parent
7accc0f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
ssd/config/path_catlog.py
ssd/config/path_catlog.py
+9
-1
No files found.
ssd/config/path_catlog.py
View file @
8007cee2
...
@@ -2,7 +2,7 @@ import os
...
@@ -2,7 +2,7 @@ import os
class
DatasetCatalog
:
class
DatasetCatalog
:
DATA_DIR
=
'
datasets
'
DATA_DIR
=
'
/workspace/coco2017_50/
'
DATASETS
=
{
DATASETS
=
{
'voc_2007_train'
:
{
'voc_2007_train'
:
{
"data_dir"
:
"VOC2007"
,
"data_dir"
:
"VOC2007"
,
...
@@ -52,6 +52,14 @@ class DatasetCatalog:
...
@@ -52,6 +52,14 @@ class DatasetCatalog:
"data_dir"
:
"val2014"
,
"data_dir"
:
"val2014"
,
"ann_file"
:
"annotations/instances_val2014.json"
"ann_file"
:
"annotations/instances_val2014.json"
},
},
'coco2017_50_train'
:
{
"data_dir"
:
"train2017"
,
"ann_file"
:
"annotations/instances_train2017.json"
},
'coco2017_50_val'
:
{
"data_dir"
:
"val2017"
,
"ann_file"
:
"annotations/instances_val2017.json"
}
}
}
@
staticmethod
@
staticmethod
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment