The repository provides code for running inference with the Meta Segment Anything Model 2 (SAM 2), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
I am doing a test running using the jupyter notebook. I got this error even if the yaml file does exists. I used os.path.exists in the same script to make sure the path is correct. What is happening?
I am doing a test running using the jupyter notebook. I got this error even if the yaml file does exists. I used os.path.exists in the same script to make sure the path is correct. What is happening?