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

MacOS running sh make.sh #93

Open
Willt1128 opened this issue Apr 28, 2024 · 1 comment
Open

MacOS running sh make.sh #93

Willt1128 opened this issue Apr 28, 2024 · 1 comment

Comments

@Willt1128
Copy link

After following the installation instructions then doing
cd Semantic-SAM
git clone https://github.com/facebookresearch/Mask2Former.git
cd Mask2Former/mask2former/modeling/pixel_decoder/ops

I run sh make.sh and initially get an error saying "ModuleNotFoundError: No module named 'torch.cuda'". I then installed the latest version of Cuda available for Mac (Cuda 10), set my Cuda home to its installation to its location (export CUDA_HOME=/usr/local/cuda), and run again. This returns "NotImplementedError: No CUDA runtime is found ..." Setting FORCE_CUDA doesnt solve the issue.

I'm using MacOS 14.1 (graphics: Intel Iris Plus Graphics 1536 MB) and torch 1.13.1 and running jupyter within a new Conda environment running python 3.9. I've also tried python 3.10 and 3.12. Also note that I removed scann from requirements.txt because I got the following error upon installing requirements:

ERROR: Could not find a version that satisfies the requirement scann (from versions: none)
ERROR: No matching distribution found for scann

Is there anything else I can do to successfully run sh make.sh so that I can use Semantic-SEM? Is Semantic-SEM supported for my hardware/OS? Thanks for the help -- I'm new to this process.

@TAUIL-Abd-Elilah
Copy link

Try FORCE_CUDA=1 sh make.sh

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

No branches or pull requests

2 participants