Skip to content

Commit

Permalink
Update README.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo authored Nov 26, 2023
1 parent 27d45ba commit f40118f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ pip install sleap-roots

## Usage

**DicotPipeline**
### `DicotPipeline`

**1. Computing traits for a single plant:**

```py
Expand Down Expand Up @@ -70,7 +71,8 @@ pts = np.concatenate([primary.numpy(), lateral.numpy()], axis=0).reshape(-1, 2)
convex_hull = sr.convhull.get_convhull(pts)
```

**YoungerMonocotPipeline**
### `YoungerMonocotPipeline`

**1. Computing traits for a single plant:**

```py
Expand Down

0 comments on commit f40118f

Please sign in to comment.