- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to just install the Video Analytic module from the EIS package?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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".

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page