Skip to content

Commit

Permalink
Fix coco2014 sample ids path
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Dec 25, 2024
1 parent a90475d commit 0d61848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/get-dataset-coco2014/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def postprocess(i):
env = i['env']
if env.get('CM_GENERATE_SAMPLE_ID', '') == "yes":
env['CM_COCO2014_SAMPLE_ID_PATH'] = os.path.join(
os.getcwd(), 'install', 'sample_ids.txt')
os.getcwd(), 'sample_ids.txt')
print(env['CM_COCO2014_SAMPLE_ID_PATH'])
if env.get('CM_DATASET_CALIBRATION', '') == "no":
env['CM_DATASET_PATH_ROOT'] = os.getcwd()
Expand Down

0 comments on commit 0d61848

Please sign in to comment.