Timon Palm

Results 2 comments of Timon Palm

In my case, it works sometimes. I figured out that it happens when I run specifically this code ``` sam = sam_model_registry[model_type](checkpoint=sam_checkpoint) mask_generator = SamAutomaticMaskGenerator(model=sam) masks = mask_generator.generate(image) ``` or...