You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that we may use the sam image as the demo image in order to compare the inference results of different efficient-sam variants.
But I am unsure of how the structure needs to look like.
I have generated a folder SAM, within which I have cloned Grounded-SAM and as a sibling Fast-SAM. Then I have installed both of those projects within their respective folders.
I then try to run in the Grounded-SAM folder
python EfficientSAM/grounded_fast_sam.py --model_path ".\FastSAM\weights\FastSAM-x.pt" --img_path "assets/demo4.jpg" --text "the black dog." --output "./output/"
But that doesn't seem to work. Can someone shed some light on what the structure of the project needs to look like to utilize Fast-SAM?
Thank you :)
The text was updated successfully, but these errors were encountered:
Hi there
In the readme for Efficient Grounded-SAM, it says:
But I am unsure of how the structure needs to look like.
I have generated a folder SAM, within which I have cloned Grounded-SAM and as a sibling Fast-SAM. Then I have installed both of those projects within their respective folders.
I then try to run in the Grounded-SAM folder
python EfficientSAM/grounded_fast_sam.py --model_path ".\FastSAM\weights\FastSAM-x.pt" --img_path "assets/demo4.jpg" --text "the black dog." --output "./output/"
But that doesn't seem to work. Can someone shed some light on what the structure of the project needs to look like to utilize Fast-SAM?
Thank you :)
The text was updated successfully, but these errors were encountered: