Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape authored Nov 6, 2024
1 parent 5a397cd commit c58180e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ and exporting the segmentation result to MoBIE

To run the full segmentation workflow, including the export to MoBIE you can use the `segmentation_workflow.py` script as follows:
```
python segmentation_workflow.py -i /path/to/volume.xml -o /path/to/output_folder --scale 0 -m data_name --model /path/to/model.pt
python segmentation_workflow.py -i /path/to/volume.xml -o /path/to/output_folder -s /path/to/seg_results --scale 0 --mobie_dataset name_in_mobie --model /path/to/model.pt
```

Here, `-i` must point to the xml file of the fused data exported from BigSticher, `-o` indicates the output folder where the MoBIE project with the semgentation result will be saved, `--scale` indicates the scale to use for the segmentation, `-m` the name of the data in MoBIE and `--model` the path to the segmentation model.
Here, `-i` must point to the xml file of the fused data exported from BigSticher, `-o` indicates the output folder where the MoBIE project with the semgentation result will be saved, `-s` is a folder where intermediate segmentation results will be saved, `--scale` indicates the scale to use for the segmentation, `--mobie_dataset` the (optional) name of the data in MoBIE and `--model` the path to the segmentation model.

### Individual Workflow Steps

Expand Down

0 comments on commit c58180e

Please sign in to comment.