Skip to content
Snippets Groups Projects
Commit 26447806 authored by Alexandre Chapin's avatar Alexandre Chapin :race_car:
Browse files

Bigger number of slots

parent 48bdf252
No related branches found
No related tags found
No related merge requests found
...@@ -120,9 +120,9 @@ class FeatureMasking(nn.Module): ...@@ -120,9 +120,9 @@ class FeatureMasking(nn.Module):
pred_iou_thresh=0.88, pred_iou_thresh=0.88,
points_per_batch=64, points_per_batch=64,
min_mask_region_area=0, min_mask_region_area=0,
num_slots=10, num_slots=32,
slot_dim=1536, slot_dim=1536,
slot_iters=1, slot_iters=3,
sam_model="default", sam_model="default",
sam_path="sam_vit_h_4b8939.pth", sam_path="sam_vit_h_4b8939.pth",
randomize_initial_slots=False): randomize_initial_slots=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment