Skip to content

Commit

Permalink
update to sparcs
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Jun 1, 2023
1 parent 5f0e89f commit 817bc23
Show file tree
Hide file tree
Showing 205 changed files with 1,634 additions and 35,725 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd SPARCSpy
conda create -n "SPARCSpy"
conda activate SPARCSpy
conda install python=3.9 scipy 'scikit-image>=0.19' scikit-fmm cellpose numpy numba -c conda-forge
conda install python=3.9 scipy 'scikit-image>=0.19' scikit-fmm cellpose opencv numba -c conda-forge
```

In case you wish to utilize the ML capabilities of SPARCSpy (either for segmentation or classification) please follow the instructions [here](<https://pytorch.org/get-started/locally/>) to install pytorch correctly for your operating system. Once completed you can verify that pytorch is installed correctly by executing the following python code (you can access the python console by typing `python` and exit it when you are finished by entering `exit()`):
Expand All @@ -38,6 +38,12 @@ tensor([[0.3380, 0.3845, 0.3217],
[0.4675, 0.3947, 0.1426]])
```

Once you have installed pytorch according to the instructions we still need to install pytorch lightning. To do this run:

```
conda install -c conda-forge pytorch-lightning
```

Once these steps are completed you can proceed to install the SPARCSpy package via pip:

```
Expand Down
Binary file removed docs/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/ecosystem.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/doctrees/pages/ecosystem/installation.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/ecosystem/tutorials.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/guides/basic_workflow.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/module.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/module/ml.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/module/pipeline.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/module/processing.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/pipeline.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/pipeline/classification.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/pipeline/extraction.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/pipeline/introduction.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/pipeline/project.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/pipeline/segmentation.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/pipeline/selection.doctree
Binary file not shown.
Binary file removed docs/doctrees/pages/vipercmd.doctree
Binary file not shown.
19 changes: 0 additions & 19 deletions docs/html/_sources/index.rst.txt

This file was deleted.

12 changes: 0 additions & 12 deletions docs/html/_sources/pages/ecosystem.rst.txt

This file was deleted.

5 changes: 0 additions & 5 deletions docs/html/_sources/pages/ecosystem/getting_started.rst.txt

This file was deleted.

8 changes: 0 additions & 8 deletions docs/html/_sources/pages/ecosystem/installation.rst.txt

This file was deleted.

5 changes: 0 additions & 5 deletions docs/html/_sources/pages/ecosystem/tutorials.rst.txt

This file was deleted.

5 changes: 0 additions & 5 deletions docs/html/_sources/pages/guides/basic_workflow.rst.txt

This file was deleted.

12 changes: 0 additions & 12 deletions docs/html/_sources/pages/module.rst.txt

This file was deleted.

59 changes: 0 additions & 59 deletions docs/html/_sources/pages/module/ml.rst.txt

This file was deleted.

107 changes: 0 additions & 107 deletions docs/html/_sources/pages/module/pipeline.rst.txt

This file was deleted.

18 changes: 0 additions & 18 deletions docs/html/_sources/pages/module/processing.rst.txt

This file was deleted.

15 changes: 0 additions & 15 deletions docs/html/_sources/pages/pipeline.rst.txt

This file was deleted.

4 changes: 0 additions & 4 deletions docs/html/_sources/pages/pipeline/classification.rst.txt

This file was deleted.

4 changes: 0 additions & 4 deletions docs/html/_sources/pages/pipeline/extraction.rst.txt

This file was deleted.

Loading

0 comments on commit 817bc23

Please sign in to comment.