Skip to content

Commit

Permalink
restrited number of output masks by tiling
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene123tw committed Sep 18, 2024
1 parent b1ec8e7 commit bc49dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otx/core/config/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class TileConfig:
tile_size: tuple[int, int] = (400, 400)
overlap: float = 0.2
iou_threshold: float = 0.45
max_num_instances: int = 1500
max_num_instances: int = 500
object_tile_ratio: float = 0.03
sampling_ratio: float = 1.0
with_full_img: bool = False
Expand Down

0 comments on commit bc49dbd

Please sign in to comment.