Skip to content

Commit

Permalink
Update DominateLabeledImage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PandapowrTR authored May 7, 2024
1 parent 9ad2c4d commit a7745cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Dominate/DominateLabeledImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def augData(
try:
BurobotOutput.clearAndMemoryTo()
BurobotOutput.printBurobot()
print(f"🔄 Deleting {maxSimilarity*100}% similar or more images 🔍🧐")
print(f"🔄 Deleting {maxSimilarity*100}% similar or more detections 🔍🧐")
deleteSimilarDetections(
imgSavePath, labelSavePath, labelSaveFormat, maxSimilarity
)
Expand Down

0 comments on commit a7745cd

Please sign in to comment.