Skip to content

Commit

Permalink
Deployed 69d1c9f with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kolenabot committed Oct 3, 2023
1 parent 710d1de commit cccada7
Show file tree
Hide file tree
Showing 11 changed files with 10,336 additions and 65 deletions.
Binary file added assets/images/bleu-judgement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/metrics/bleu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/metrics/meteor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/metrics/rouge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,476 changes: 3,476 additions & 0 deletions metrics/bleu/index.html

Large diffs are not rendered by default.

3,334 changes: 3,334 additions & 0 deletions metrics/meteor/index.html

Large diffs are not rendered by default.

3,446 changes: 3,446 additions & 0 deletions metrics/rouge/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions reference/legacy/built-in/classification/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5349,7 +5349,7 @@ <h3 id="kolena.classification.metadata.BoundingBox" class="doc doc-heading">

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="kolena.detection._internal.metadata.Annotation" href="#kolena.classification.metadata.Annotation">Annotation</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="kolena.detection._internal.metadata.Annotation" href="../detection/#kolena.detection.metadata.Annotation">Annotation</a></code></p>


<p>An annotation comprising a bounding box around an object in an image.</p>
Expand Down Expand Up @@ -5433,7 +5433,7 @@ <h3 id="kolena.classification.metadata.Landmarks" class="doc doc-heading">

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="kolena.detection._internal.metadata.Annotation" href="#kolena.classification.metadata.Annotation">Annotation</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="kolena.detection._internal.metadata.Annotation" href="../detection/#kolena.detection.metadata.Annotation">Annotation</a></code></p>


<p>An annotation comprising an arbitrary-length set of landmarks corresponding to some object in an image, e.g. face
Expand Down
4 changes: 2 additions & 2 deletions reference/legacy/built-in/detection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6947,7 +6947,7 @@ <h3 id="kolena.detection.metadata.BoundingBox" class="doc doc-heading">

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="kolena.detection._internal.metadata.Annotation" href="../classification/#kolena.classification.metadata.Annotation">Annotation</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="kolena.detection._internal.metadata.Annotation" href="#kolena.detection.metadata.Annotation">Annotation</a></code></p>


<p>An annotation comprising a bounding box around an object in an image.</p>
Expand Down Expand Up @@ -7031,7 +7031,7 @@ <h3 id="kolena.detection.metadata.Landmarks" class="doc doc-heading">

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="kolena.detection._internal.metadata.Annotation" href="../classification/#kolena.classification.metadata.Annotation">Annotation</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="kolena.detection._internal.metadata.Annotation" href="#kolena.detection.metadata.Annotation">Annotation</a></code></p>


<p>An annotation comprising an arbitrary-length set of landmarks corresponding to some object in an image, e.g. face
Expand Down
Loading

0 comments on commit cccada7

Please sign in to comment.