Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved The colab error in current state due to depe #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danishbansal-unthinkable

Problem

The following issue was encountered, indicating that mobile_sam hadn't been downloaded:
colab-mobile-sam-error
This problem was rectified by cloning the current repository.

After the installation, a new error regarding timm cropped up, as shown below:
timm-module-error

This was addressed by simply installing the timm package using !pip install timm.

Lastly, there was an error stating that the model could not be found. This was easily resolved by downloading the model with the following command: !wget https://github.com/ChaoningZhang/MobileSAM/raw/master/weights/mobile_sam.pt
and adjusting the path to the downloaded path.

Solution

This PR already added the required code and in working state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant