Skip to content

Commit

Permalink
docs: Erasing some prints in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernanda Lecaros Saavedra authored and Fernanda Lecaros Saavedra committed Apr 26, 2024
1 parent b74d1b1 commit 622c119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdcat/cluster/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def crop_square_image(row, square_dim: int):

if Path(row.crop_path).exists(): # If the crop already exists, skip it
return
print("Image widht ", row.image_width)

x1 = int(row.image_width * row.x)
y1 = int(row.image_height * row.y)
x2 = int(row.image_width * row.xx)
Expand Down
4 changes: 2 additions & 2 deletions sdcat/config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ min_similarity = 0.70
# dino_vits8 has block_size=8 which can be good for very small objects
# dino_vits14 has block_size=14
# Smaller block_size means more patches and more accurate fine-grained clustering on smaller objects
model = dino_vits8
;model = dinov2_vits14
;model = dino_vits8
model = dinov2_vits14
;model = dinov2_vitb14

[detect]
Expand Down

0 comments on commit 622c119

Please sign in to comment.