Skip to content

fix: validation datasets point to training image directory - #45

Draft
andrewwhitecdw wants to merge 1 commit into
NVIDIA:masterfrom
andrewwhitecdw:bugfix/dataset-catalog-rel-5e1a3641
Draft

fix: validation datasets point to training image directory#45
andrewwhitecdw wants to merge 1 commit into
NVIDIA:masterfrom
andrewwhitecdw:bugfix/dataset-catalog-rel-5e1a3641

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

Problem

fix: validation datasets point to training image directory

Fix

Apply patch:

--- a/lib/datasets_rel/dataset_catalog_rel.py
+++ b/lib/datasets_rel/dataset_catalog_rel.py
@@ -50,7 +50,7 @@
     'oi_rel_val': {
         IM_DIR:
-            _DATA_DIR + '/openimages_v4/train',
+            _DATA_DIR + '/openimages_v4/validation',
         ANN_FN:
             _DATA_DIR + '/openimages_v4/rel/detections_val.json',
         ANN_FN2:
@@ -61,7 +61,7 @@
     'oi_rel_val_mini': {
         IM_DIR:
-            _DATA_DIR + '/openimages_v4/train',
+            _DATA_DIR + '/openimages_v4/validation',
         ANN_FN:
             _DATA_DIR + '/openimages_v4/rel/detections_val.json',
         ANN_FN2:

Files changed

  • lib/datasets_rel/dataset_catalog_rel.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant