hidden text to trigger early load of fonts ПродукцияПродукцияПродукцияПродукция Các sản phẩmCác sản phẩmCác sản phẩmCác sản phẩm المنتجاتالمنتجاتالمنتجاتالمنتجات מוצריםמוצריםמוצריםמוצרים
Edge Software Catalog
Support for issues related to Edge Software Catalog
445 Diskussionen

EIS - VA Module

ChaiEong_B_Intel
Mitarbeiter
1.222Aufrufe

how to just install the Video Analytic module from the EIS package?

Beschriftungen (1)
0 Kudos
2 Antworten
WengWai_C_Intel
Moderator
1.222Aufrufe

Under the docker_setup directory of EIS repository, there is a docker-compose.yml file to configure which modules need to be built and enabled within EIS. By default, VA module is enabled and if user would like to disable other modules, this can be done by comment out the rest of the module configuration within the docker-compose.yml file. However, there are 3 basics modules need to be enabled to have EIS works, which are ia_eisbase, ia_common and ia_etcd_ui in the docker-compose.yml file.

Jia-Shing_W_Intel
Moderator
1.222Aufrufe

Alternatively, you can keep your docker-compose.yml file as is while only building the ia_video_analytics service and its dependencies. You can do so by issuing this command "docker-compose build ia_eisbase ia_common ia_openvino_base ia_etcd_ui ia_video_analytics" (Make sure you have already downloaded and untar the openvino package under common/openvino/). To start the containers, run "docker-compose up -d  ia_etcd_ui ia_video_analytics".

Antworten