-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91dc3f7
commit 86fd304
Showing
5 changed files
with
62 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: sam | ||
channels: | ||
- pytorch | ||
- conda-forge | ||
dependencies: | ||
- cpuonly | ||
# This pin is necessary because later nifty versions have import errors on windows. | ||
- nifty =1.2.1=*_4 | ||
- imagecodecs | ||
- magicgui | ||
- napari >=0.5.0 | ||
- natsort | ||
- pip | ||
- pooch | ||
- protobuf <5 | ||
- pyqt | ||
- python-xxhash | ||
- python-elf >=0.4.8 | ||
- pytorch >=2.4 | ||
- segment-anything | ||
- torchvision | ||
- torch_em >=0.7.0 | ||
- tqdm | ||
- timm | ||
- pip: | ||
- git+https://github.com/ChaoningZhang/MobileSAM.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: sam | ||
channels: | ||
- pytorch | ||
- nvidia | ||
- conda-forge | ||
dependencies: | ||
- imagecodecs | ||
# This pin is necessary because later nifty versions have import errors on windows. | ||
- nifty =1.2.1=*_4 | ||
- magicgui | ||
- napari >=0.5.0 | ||
- natsort | ||
- pip | ||
- pooch | ||
- protobuf <5 | ||
- pyqt | ||
- python-xxhash | ||
- python-elf >=0.4.8 | ||
- pytorch >=2.4 | ||
- pytorch-cuda>=11.7 # you may need to update the cuda version to match your system | ||
- segment-anything | ||
- torchvision | ||
- torch_em >=0.7.0 | ||
- tqdm | ||
- timm | ||
- pip: | ||
- git+https://github.com/ChaoningZhang/MobileSAM.git |