Skip to content

Commit

Permalink
modified annotations env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Oct 17, 2024
1 parent a08e402 commit 372c633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/app-mlperf-inference-nvidia/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def preprocess(i):
dataset_path = env['CM_DATASET_OPENIMAGES_PATH']
#return {'return': 1, 'error': 'error'}

annotations_path = env['CM_DATASET_OPENIMAGES_VALIDATION_ANNOTATIONS_FILE_PATH']
annotations_path = env['CM_DATASET_OPENIMAGES_ANNOTATIONS_DIR_PATH']
target_data_path_dir = os.path.join(env['MLPERF_SCRATCH_PATH'], 'data', 'open-images-v6-mlperf')
if not os.path.exists(target_data_path_dir):
cmds.append(f"mkdir -p {target_data_path_dir}")
Expand Down

0 comments on commit 372c633

Please sign in to comment.