facebookresearch / Mask2Former

Code release for "Masked-attention Mask Transformer for Universal Image Segmentation"
MIT License
2.59k stars 388 forks source link

Installation expects CUDA_HOME on Apple Silicon Macs #219

Open lischilpp opened 1 year ago

lischilpp commented 1 year ago

According to the installation instruction at https://github.com/facebookresearch/Mask2Former/blob/main/INSTALL.md this is compatible with MacOS. When trying to execute the command "sh make.sh" it crashes with "NotImplementedError: CUDA_HOME is None. Please set environment variable CUDA_HOME". CUDA is not supported on recent Macs.

cuttle-fish-my commented 10 months ago

I encountered the same problem, is there any solution?