You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@ This repository contains the PlanktoScope's backend software services implementi
15
15
- Data processing: transforms raw data into processed data for downstream analysis and quantification. Currently, data processing functionality consists of:
16
16
-[Object isolation and segmentation](./processing/segmenter/README.md): detects objects from camera frames and creates an image for each isolated object, with the background removed.
17
17
18
-
## Usage
19
-
20
-
TBD
21
-
22
18
## Licensing
23
19
24
20
Except where otherwise indicated, source code provided here is covered by the following information:
Copy file name to clipboardExpand all lines: control/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,13 @@ However, the organization of the source code does not yet reflect the organizati
19
19
20
20
Currently the hardware controller can only be deployed as part of the distro setup scripts at [github.com/PlanktoScope/PlanktoScope](https://github.com/PlanktoScope/PlanktoScope).
21
21
22
+
Please note that for camera we rely on the Raspberry OS packages `python3-picamera2` and `python3-libcamera`.
23
+
22
24
### Development
23
25
24
26
To install all dependencies including development tooling, run:
25
27
```
26
-
poetry install --with dev,hw-dev --no-root
28
+
poetry install --with dev --no-root
27
29
```
28
30
29
31
Then you can run the code auto-formatter on the project by running:
0 commit comments