Skip to content

Commit

Permalink
fix output table format
Browse files Browse the repository at this point in the history
  • Loading branch information
hamshkhawar committed Feb 10, 2024
1 parent 5f8f0c9 commit a1dc4d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions segmentation/kaggle-nuclei-segmentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ contents of `plugin.json` into the pop-up window and submit.

This plugin takes 3 input arguments and 1 output argument:

| Name | Description | I/O | Type | Default
|---------------|-------------------------|--------|--------|
| `--inpDir` | Input image collection to be processed by this plugin | Input | collection
| `--filePattern` | Filename pattern used to separate data | Input | string | .*
| `--outDir` | Output collection | Output | collection
| `--preview` | Generate an output preview | Input | boolean | False
| Name | Description | I/O | Type | Default |
|---------------|-------------------------|--------|--------|--------- |
| `--inpDir` | Input image collection to be processed by this plugin | Input | collection |
| `--filePattern` | Filename pattern used to separate data | Input | string | .* |
| `--outDir` | Output collection | Output | collection |
| `--preview` | Generate an output preview | Input | boolean | False |

0 comments on commit a1dc4d4

Please sign in to comment.