Skip to content

Commit

Permalink
remove printing when no predictions
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Jan 11, 2024
1 parent 20e5c67 commit 997e0ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mdtools/labelstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ def post_process_annotations(ls_json, data_str="data/local-files/?d="):

else:

print("********")
print("no predictions")
print(ann)
# print("********")
# print("no predictions")
# print(ann)
c+=1
print(c)
print("********")
# print(c)
# print("********")

# print(bb)

Expand Down

0 comments on commit 997e0ac

Please sign in to comment.