Skip to content

Commit

Permalink
Update accuracy_coco.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 7, 2024
1 parent 89a2ffe commit 69ffdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text_to_image/tools/accuracy_coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():
sample_ids_file_path = args.ids_path if args.ids_path else os.path.join(
os.path.dirname(__file__), "sample_ids.txt")
with open(
os.path.join(sample_ids_file_path, "r"
os.path.join(sample_ids_file_path, "r")
) as compliance_id_file:
for line in compliance_id_file:
idx=int(line.strip())
Expand Down

0 comments on commit 69ffdc0

Please sign in to comment.