Skip to content

Commit

Permalink
Merge pull request #81 from HelmholtzAI-Consultants-Munich/christinab…
Browse files Browse the repository at this point in the history
…12-patch-1

Update pyproject.toml
  • Loading branch information
christinab12 authored Feb 26, 2024
2 parents 4c311f8 + 4c65dd1 commit a0c9f52
Show file tree
Hide file tree
Showing 70 changed files with 33 additions and 10,129 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
data/
in_progress/
curated/
uncurated/

# model dir
*mytrainedmodel/

#configs
src/client/dcp_client/config.cfg
src/server/dcp_server/config.cfg

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -80,7 +82,7 @@ instance/
.scrapy

# Sphinx documentation
# docs/_build/
# docs/build/

# PyBuilder
target/
Expand Down Expand Up @@ -151,8 +153,4 @@ dmypy.json
.idea/

.DS_Store
# docs/
test-napari.pub
data/
BentoML/
models/

6 changes: 4 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ sphinx:

# Optionally declare the Python requirements required to build your docs
python:
# Install our python package before building the docs
# Install both Python packages before building the docs
install:
- method: pip
path: .
path: src/client
- method: pip
path: src/server
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To run the client GUI follow the instructions described in [DCP Client Installat
DCP handles all kinds of **segmentation tasks**! Try it out if you need to do:
* **Instance** segmentation
* **Semantic** segmentation
* **Panoptic** segmentation
* **Multi-class instance** segmentation

### Toy data
This repo includes the ```data/``` directory with some toy data which you can use as the *Uncurated dataset* folder. You can create (empty) folders for the other two directories required in the welcome window and start playing around.
Expand Down
Binary file removed docs/build/doctrees/dcp_client.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/dcp_client.gui.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/dcp_client.utils.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/dcp_client_installation.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/dcp_server.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/dcp_server_installation.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/doctrees/index.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/build/html/.buildinfo

This file was deleted.

34 changes: 0 additions & 34 deletions docs/build/html/_sources/dcp_client.gui.rst.txt

This file was deleted.

19 changes: 0 additions & 19 deletions docs/build/html/_sources/dcp_client.rst.txt

This file was deleted.

51 changes: 0 additions & 51 deletions docs/build/html/_sources/dcp_client.utils.rst.txt

This file was deleted.

150 changes: 0 additions & 150 deletions docs/build/html/_sources/dcp_client_installation.rst.txt

This file was deleted.

52 changes: 0 additions & 52 deletions docs/build/html/_sources/dcp_server.rst.txt

This file was deleted.

Loading

0 comments on commit a0c9f52

Please sign in to comment.