Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [segment-anything]

The tag has no usage guidance.

segment-anything
-2 votes
0 answers
9 views

It is difficult to implement crack segmentation using the SAM large model. How to use Lora to fine tune SAM to achieve crack segmentation?

I don't know how to write the code during training. I want to get relevant code to study It is difficult to implement crack segmentation using the SAM large model. How to use Lora to fine tune SAM to ...
user26525368's user avatar
0 votes
0 answers
25 views

Segment Anything Model (SAM) How do i predict_torch with multiple boxes with their corresponding points?

I am trying out Segment Anything Model (SAM) and my problem needs a multiple boxes with their corresponding points for specificity inside the box. for example box1 = [#, #, # ,#] with its points [x,y] ...
Cha's user avatar
  • 15
0 votes
1 answer
50 views

segment_anything causing error with numpy.uint8

I am trying to run https://github.com/facebookresearch/segment-anything/blob/main/notebooks/onnx_model_example.ipynb locally, on an M2 MacBook with Sonoma 14.5. However, I keep running into the ...
LNI's user avatar
  • 3,091