Skip to content

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

Open
danishbansal-unthinkable wants to merge 1 commit intoChaoningZhang:masterfrom
danishbansal-unthinkable:colab-notebook-onnx-model-generation-fix
Open

Resolved The colab error in current state due to depe#70
danishbansal-unthinkable wants to merge 1 commit intoChaoningZhang:masterfrom
danishbansal-unthinkable:colab-notebook-onnx-model-generation-fix

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