-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for retinanet - annotation path mismatch #153
Fixes for retinanet - annotation path mismatch #153
Conversation
@@ -69,7 +69,6 @@ def postprocess(i): | |||
env['CM_DATASET_PATH'] = os.path.join(os.getcwd(), 'install', 'validation', 'data') | |||
annotations_file_path = os.path.join(env['CM_DATASET_ANNOTATIONS_DIR_PATH'], "openimages-mlperf.json") | |||
env['CM_DATASET_VALIDATION_ANNOTATIONS_FILE_PATH'] = annotations_file_path | |||
env['CM_DATASET_OPENIMAGES_VALIDATION_ANNOTATIONS_FILE_PATH'] = annotations_file_path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is useful to have
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in c9bbd2a
@@ -79,7 +79,7 @@ | |||
"CM_CALIBRATION_DATASET_PATH", | |||
"CM_CALIBRATION_DATASET_PATH_ROOT", | |||
"CM_OPENIMAGES_CALIBRATION_DATASET_PATH", | |||
"CM_DATASET_OPENIMAGES_VALIDATION_ANNOTATIONS_FILE_PATH" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can keep this too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in 077b930.
eb764aa
into
GATEOverflow:mlperf-inference
No description provided.