Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cpp/KeywordTagging/plugin-files/descriptor/descriptor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "KeywordTagging",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "c++",
"batchLibrary": "${MPF_HOME}/plugins/KeywordTagging/lib/libmpfKeywordTagging.so",
"environmentVariables": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "OalprLicensePlateTextDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "c++",
"setupFile": "setup/componentSetup.yml",
"batchLibrary": "${MPF_HOME}/plugins/OalprLicensePlateTextDetection/lib/libmpfOALPRLicensePlateTextDetection.so",
Expand Down
4 changes: 2 additions & 2 deletions cpp/OcvDnnDetection/plugin-files/descriptor/descriptor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "OcvDnnDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "c++",
"batchLibrary": "${MPF_HOME}/plugins/OcvDnnDetection/lib/libmpfOcvDnnDetection.so",
"environmentVariables": [
Expand Down
4 changes: 2 additions & 2 deletions cpp/OcvFaceDetection/plugin-files/descriptor/descriptor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "OcvFaceDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "c++",
"batchLibrary": "${MPF_HOME}/plugins/OcvFaceDetection/lib/libmpfOcvFaceDetection.so",
"environmentVariables": [
Expand Down
4 changes: 2 additions & 2 deletions cpp/OcvYoloDetection/plugin-files/descriptor/descriptor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "OcvYoloDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "c++",
"batchLibrary": "${MPF_HOME}/plugins/OcvYoloDetection/lib/libmpfOcvYoloDetection.so",
"environmentVariables": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName" : "SceneChangeDetection",
"componentVersion" : "8.0",
"middlewareVersion" : "8.0",
"componentVersion" : "9.0",
"middlewareVersion" : "9.0",
"sourceLanguage" : "c++",
"batchLibrary": "${MPF_HOME}/plugins/SceneChangeDetection/lib/libmpfSceneChange.so",
"environmentVariables" : [ {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "TesseractOCRTextDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "c++",
"batchLibrary": "${MPF_HOME}/plugins/TesseractOCRTextDetection/lib/libmpfTesseractOCRTextDetection.so",
"environmentVariables": [
Expand Down
4 changes: 2 additions & 2 deletions cpp/TrtisDetection/plugin-files/descriptor/descriptor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "TrtisDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "c++",
"batchLibrary": "${MPF_HOME}/plugins/TrtisDetection/lib/libmpfTrtisDetection.so",
"environmentVariables": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"componentName": "SphinxSpeechDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "java",
"batchLibrary": "mpf-sphinx-speech-detection-component-8.0.jar",
"batchLibrary": "mpf-sphinx-speech-detection-component-9.0.jar",
"environmentVariables": [
{
"name": "LD_LIBRARY_PATH",
Expand Down
4 changes: 2 additions & 2 deletions java/SphinxSpeechDetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.mitre.mpf</groupId>
<artifactId>mpf-sphinx-speech-detection-component</artifactId>
<version>8.0</version>
<version>9.0</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.mitre.mpf</groupId>
<artifactId>mpf-java-component-api</artifactId>
<version>8.0</version>
<version>9.0</version>
</dependency>
<dependency>
<groupId>edu.cmu.sphinx</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"componentName" : "TikaImageDetection",
"componentVersion" : "8.0",
"middlewareVersion" : "8.0",
"componentVersion" : "9.0",
"middlewareVersion" : "9.0",
"sourceLanguage" : "java",
"batchLibrary" : "mpf-tika-image-detection-component-8.0.jar",
"batchLibrary" : "mpf-tika-image-detection-component-9.0.jar",
"environmentVariables" : [],
"algorithm" : {
"name": "TIKAIMAGE",
Expand Down
4 changes: 2 additions & 2 deletions java/TikaImageDetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


<groupId>org.mitre.mpf</groupId>
<version>8.0</version>
<version>9.0</version>

<modelVersion>4.0.0</modelVersion>

Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.mitre.mpf</groupId>
<artifactId>mpf-java-component-api</artifactId>
<version>8.0</version>
<version>9.0</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"componentName" : "TikaTextDetection",
"componentVersion" : "8.0",
"middlewareVersion" : "8.0",
"componentVersion" : "9.0",
"middlewareVersion" : "9.0",
"sourceLanguage" : "java",
"batchLibrary" : "mpf-tika-text-detection-component-8.0.jar",
"batchLibrary" : "mpf-tika-text-detection-component-9.0.jar",
"environmentVariables" : [],
"algorithm" : {
"name": "TIKATEXT",
Expand Down
4 changes: 2 additions & 2 deletions java/TikaTextDetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


<groupId>org.mitre.mpf</groupId>
<version>8.0</version>
<version>9.0</version>

<modelVersion>4.0.0</modelVersion>

Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>org.mitre.mpf</groupId>
<artifactId>mpf-java-component-api</artifactId>
<version>8.0</version>
<version>9.0</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.mitre.mpf</groupId>
<artifactId>mpf-java-components</artifactId>
<version>8.0</version>
<version>9.0</version>
<modules>
<module>SphinxSpeechDetection</module>
<module>TikaImageDetection</module>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "ArgosTranslation",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "python",
"batchLibrary": "ArgosTranslation",
"environmentVariables": [],
Expand Down
6 changes: 3 additions & 3 deletions python/ArgosTranslation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

[metadata]
name = ArgosTranslation
version = 8.0
version = 9.0

[options]
packages = argos_translation_component
install_requires =
mpf_component_api>=8.0
mpf_component_util>=8.0
mpf_component_api>=9.0
mpf_component_util>=9.0
argostranslate==1.9.1

[options.entry_points]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "AzureFormDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "python",
"batchLibrary": "AzureFormDetection",
"environmentVariables": [],
Expand Down
6 changes: 3 additions & 3 deletions python/AzureFormDetection/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

[metadata]
name = AzureFormDetection
version = 8.0
version = 9.0

[options]
packages = acs_form_detection_component
install_requires =
mpf_component_api>=8.0
mpf_component_util>=8.0
mpf_component_api>=9.0
mpf_component_util>=9.0
opencv-python>=4.4.0
numpy>=1.11

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "AzureOcrTextDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "python",
"batchLibrary": "AzureOcrTextDetection",
"environmentVariables": [],
Expand Down
6 changes: 3 additions & 3 deletions python/AzureOcrTextDetection/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

[metadata]
name = AzureOcrTextDetection
version = 8.0
version = 9.0

[options]
packages = acs_ocr_component
install_requires =
mpf_component_api>=8.0
mpf_component_util>=8.0
mpf_component_api>=9.0
mpf_component_util>=9.0
opencv-python>=4.4.0
numpy>=1.11

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "AzureReadTextDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "python",
"batchLibrary": "AzureReadTextDetection",
"environmentVariables": [],
Expand Down
6 changes: 3 additions & 3 deletions python/AzureReadTextDetection/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

[metadata]
name = AzureReadTextDetection
version = 8.0
version = 9.0

[options]
packages = acs_read_detection_component
install_requires =
mpf_component_api>=8.0
mpf_component_util>=8.0
mpf_component_api>=9.0
mpf_component_util>=9.0
opencv-python>=4.4.0
numpy>=1.11

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "AzureSpeechDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "python",
"batchLibrary": "AzureSpeechDetection",
"environmentVariables": [],
Expand Down
6 changes: 3 additions & 3 deletions python/AzureSpeechDetection/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

[metadata]
name = AzureSpeechDetection
version = 8.0
version = 9.0

[options]
packages = acs_speech_component
install_requires =
mpf_component_api>=8.0
mpf_component_util>=8.0
mpf_component_api>=9.0
mpf_component_util>=9.0
azure-storage-blob>=12.3
python-dateutil

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "AzureTranslation",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "python",
"batchLibrary": "AzureTranslation",
"environmentVariables": [],
Expand Down
6 changes: 3 additions & 3 deletions python/AzureTranslation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

[metadata]
name = AzureTranslation
version = 8.0
version = 9.0

[options]
packages = find:
install_requires =
mpf_component_api>=8.0
mpf_component_util>=8.0
mpf_component_api>=9.0
mpf_component_util>=9.0
langcodes
spacy>=3.7.4
wtpsplit>=1.3.0
Expand Down
4 changes: 2 additions & 2 deletions python/ClipDetection/plugin-files/descriptor/descriptor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "ClipDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "python",
"batchLibrary": "ClipDetection",
"environmentVariables": [],
Expand Down
6 changes: 3 additions & 3 deletions python/ClipDetection/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

[metadata]
name = ClipDetection
version = 8.0
version = 9.0

[options]
packages = clip_component
install_requires =
mpf_component_api>=8.0
mpf_component_util>=8.0
mpf_component_api>=9.0
mpf_component_util>=9.0
tritonclient[grpc]==2.40

[options.entry_points]
Expand Down
2 changes: 1 addition & 1 deletion python/ClipDetection/triton_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

ARG MODELS_REGISTRY=openmpf/

FROM ${MODELS_REGISTRY}openmpf_clip_detection_triton_models:8.0.0 as models
FROM ${MODELS_REGISTRY}openmpf_clip_detection_triton_models:9.0.0 as models

FROM nvcr.io/nvidia/tritonserver:22.04-py3 as openmpf_triton_server

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"componentName": "EastTextDetection",
"componentVersion": "8.0",
"middlewareVersion": "8.0",
"componentVersion": "9.0",
"middlewareVersion": "9.0",
"sourceLanguage": "python",
"batchLibrary": "EastTextDetection",
"environmentVariables": [],
Expand Down
Loading