Skip to content

Commit

Permalink
keep preds on the false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Apr 9, 2023
1 parent 83fb3a5 commit 66f2945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdtools/labelstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def post_process_annotations(ls_json, data_str="data/local-files/?d="):
.rename(columns={'from_name': 'variable'})
)

bb = bb.drop(columns=['value_rectanglelabels',
'value_rotation', 'image_rotation',# 'type',
bb = bb.drop(columns=[
'value_rotation', 'image_rotation',# 'type', 'value_rectanglelabels',
])

else: # actually empty images
Expand Down

0 comments on commit 66f2945

Please sign in to comment.