Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black authored Oct 12, 2023
1 parent fce9e7d commit 1cdbbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ComputerVisionMetrics

[![Glass Notebook](https://img.shields.io/badge/Docs-Glass%20Notebook-aquamarine.svg)](https://glassnotebook.io/r/3zGd8BbRwota3gclkiu2j/docs/index.jl)
[![Glass Notebook](https://img.shields.io/badge/Docs-Glass%20Notebook-aquamarine.svg)](https://glassnotebook.io/r/3zGd8BbRwota3gclkiu2j/index.jl)
[![CI Stable](https://github.com/Dale-Black/ComputerVisionMetrics.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/Dale-Black/ComputerVisionMetrics.jl/actions/workflows/CI.yml)
[![CI Nightly](https://github.com/Dale-Black/ComputerVisionMetrics.jl/actions/workflows/Nightly.yml/badge.svg?branch=master)](https://github.com/Dale-Black/ComputerVisionMetrics.jl/actions/workflows/Nightly.yml)
[![Coverage](https://codecov.io/gh/Dale-Black/ComputerVisionMetrics.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Dale-Black/ComputerVisionMetrics.jl)
Expand Down Expand Up @@ -35,4 +35,4 @@ dice_score = dice_metric(prediction, ground_truth)
hausdorff_score = hausdorff_metric(prediction, ground_truth)
```

For more advanced usage and options, see the [documentation](https://glassnotebook.io/r/3zGd8BbRwota3gclkiu2j/docs/index.jl)
For more advanced usage and options, see the [documentation](https://glassnotebook.io/r/3zGd8BbRwota3gclkiu2j/docs/index.jl)

0 comments on commit 1cdbbcb

Please sign in to comment.