Skip to content

Commit 90b844c

Browse files
authored
Update release notes for R5.0.1. (#115)
1 parent bd5328a commit 90b844c

4 files changed

Lines changed: 22 additions & 2 deletions

File tree

docs/docs/Release-Notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
- <span style="color:red">TODO: This new component detects objects in images and videos by making use of an [NVIDIA TensorRT Inference Server](https://docs.nvidia.com/deeplearning/sdk/tensorrt-inference-server-guide/docs/) (TRTIS), and calculates features that can later be used by other systems to recognize the same object in other media. We provide support for running the server as a separate service during a Docker deployment, but an external server instance can be used instead. By default, the ip_irv2_coco model is supported and will optionally classify detected objects using [COCO labels](https://github.com/openmpf/openmpf-components/blob/master/cpp/trtisdetection/plugin-files/models/ip_irv2_coco.labels). Additionally, features can be generated for whole frames, automatically-detected object regions, and user-specified regions. Refer to the [README](https://github.com/openmpf/openmpf-components/blob/master/cpp/trtisdetection/README.md).</span>
99
-->
1010

11+
# OpenMPF 5.0.1: July 2020
12+
13+
<h2>Updates</h2>
14+
15+
- Updated Tessseract component with `MAX_PIXELS` setting to prevent processing large images.
16+
1117
# OpenMPF 5.0.0: June 2020
1218

1319
<h2>Documentation</h2>

docs/site/Release-Notes/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464

6565
<ul>
6666

67+
<li class="toctree-l3"><a href="#openmpf-501-july-2020">OpenMPF 5.0.1: July 2020</a></li>
68+
69+
6770
<li class="toctree-l3"><a href="#openmpf-500-june-2020">OpenMPF 5.0.0: June 2020</a></li>
6871

6972

@@ -318,6 +321,12 @@ <h2 style="color:red">TensorRT Inference Server (TRTIS) Object Detection Compone
318321
- <span style="color:red">TODO: This new component detects objects in images and videos by making use of an [NVIDIA TensorRT Inference Server](https://docs.nvidia.com/deeplearning/sdk/tensorrt-inference-server-guide/docs/) (TRTIS), and calculates features that can later be used by other systems to recognize the same object in other media. We provide support for running the server as a separate service during a Docker deployment, but an external server instance can be used instead. By default, the ip_irv2_coco model is supported and will optionally classify detected objects using [COCO labels](https://github.com/openmpf/openmpf-components/blob/master/cpp/trtisdetection/plugin-files/models/ip_irv2_coco.labels). Additionally, features can be generated for whole frames, automatically-detected object regions, and user-specified regions. Refer to the [README](https://github.com/openmpf/openmpf-components/blob/master/cpp/trtisdetection/README.md).</span>
319322
-->
320323

324+
<h1 id="openmpf-501-july-2020">OpenMPF 5.0.1: July 2020</h1>
325+
<h2>Updates</h2>
326+
327+
<ul>
328+
<li>Updated Tessseract component with <code>MAX_PIXELS</code> setting to prevent processing large images.</li>
329+
</ul>
321330
<h1 id="openmpf-500-june-2020">OpenMPF 5.0.0: June 2020</h1>
322331
<h2>Documentation</h2>
323332

docs/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,5 +398,5 @@ <h1 id="overview">Overview</h1>
398398

399399
<!--
400400
MkDocs version : 0.16.0
401-
Build Date UTC : 2020-07-03 18:38:48
401+
Build Date UTC : 2020-07-03 18:54:28
402402
-->

docs/site/mkdocs/search_index.json

Lines changed: 6 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)