Kubilay Yazoğlu

Results 3 issues of Kubilay Yazoğlu

Hi. I followed the installation steps and I'm ready to do inference. My aim is not to train a model but to use an existing model on my image(s). `python...

Current config: ```python mask_generator = SamAutomaticMaskGenerator( model = meta_sam, points_per_side = 32, pred_iou_thresh = 0.86, stability_score_thresh = 0.92, crop_n_layers = 2, # Each layer has (2**i)**2 boxes for the ith...

Does anyone know the minimum amount of VRAM to run the example gradio demo.py ? I have 12 GB of VRAM and getting this error after clicking on "Submit" button...