Skip to content
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

Merged

Conversation

anandhu-eng
Copy link

No description provided.

@@ -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

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

Copy link
Author

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"

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in 077b930.

@arjunsuresh arjunsuresh merged commit eb764aa into GATEOverflow:mlperf-inference Oct 18, 2024
33 of 35 checks passed
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.

2 participants