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
SynAnno has received the [Replicability Stamp](https://www.replicabilitystamp.org/index.html#https-github-com-pytorchconnectomics-synanno) from the Graphics Replicability Stamp Initiative (GRSI), recognizing the reproducibility of our results and our commitment to open science.
24
24
25
25
---
26
26
27
27
## Table of Contents
28
28
29
+
-[Publication](#publication)
30
+
-[Replicability Stamp](#replicability-stamp)
29
31
-[Key Components and Subjects](#key-components-and-subjects)
30
32
-[H01](#h01)
31
33
-[Direction of Information Flow](#direction-of-information-flow)
@@ -43,9 +45,11 @@ SynAnno has received the [Replicability Stamp](https://www.replicabilitystamp.or
- Open your browser to the demo at `http://localhost/demo`
309
+
310
+
To clean up afterwards:
311
+
```bash
312
+
bash setup_synanno.sh cleanup
313
+
```
314
+
315
+
### Manual Setup
316
+
291
317
Download SynAnno and unzip it into a folder of your choice. For the following we assume you've unzipped the folder under `/home/user/SynAnno`. You can either run SynAnno in a Docker container or set up a local environment.
292
318
293
-
### Docker
319
+
####Docker
294
320
295
321
Repository includes a Dockerfile that enables you to build and run the application in a Docker container to isolate it from your local setup. It ensures a consistent environment across different machines, simplifying deployment and avoiding potential configuration issues.
296
322
@@ -387,7 +413,7 @@ Why Use `uv`?
387
413
source .venv/bin/activate
388
414
```
389
415
390
-
5. Install Dependencies:
416
+
5. **Install Dependencies:**
391
417
392
418
```bash
393
419
uv pip install -e ."[seg,dev]"
@@ -404,7 +430,7 @@ SynAnno can be configured via environment variables or the `.env` file.
404
430
405
431
### Start up SynAnno
406
432
407
-
From with in the repository (e.g. `/home/user/SynAnno`) start SynAnno using the following command:
433
+
From within the repository (e.g. `/home/user/SynAnno`) start SynAnno using the following command:
0 commit comments