Skip to content

Commit f720345

Browse files
authored
Update trackmate-omnipose.md with installation instruction for linux
Added installation instructions for omnipose on Ubuntu and troubleshooting tips for detection errors.
1 parent 5c63048 commit f720345

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_pages/plugins/trackmate/detectors/trackmate-omnipose.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,17 @@ pip install scipy==1.11.4
7878
pip install omnipose==1.0.6
7979
```
8080

81+
On lunux (Ubuntu)
82+
```sh
83+
mamba create -n omnipose-106 'python==3.9.18'
84+
mamba activate omnipose-106
85+
pip3 install torch torchvision
86+
pip install natsort
87+
pip install scipy==1.11.4
88+
pip install omnipose==1.0.6
89+
omnipose
90+
```
91+
8192
### Troubleshooting "Found 0 spots" errors with pretrained models
8293

8394
On some systems we have noticed that sometimes TrackMate returns 0 detections for the cellpose and omnipose detectors, even when the installation of these two programs worked correctly.

0 commit comments

Comments
 (0)