VorlonCD/bi-aidetection

Custom model on the same port

Opened this issue · 0 comments

Hi

Using AiTool 2.1.6.0 and would like to use the custom "general" model (from ipcamtalk) and the custom "Exdark" model.
I can run it manually on the same deepstack instance/port with this command line:
deepstack --MODELSTORE-DETECTION "C:\DeepStack\Custom" --PORT 88
which then gives this:

DeepStack: Version 2022.01.01
---------------------------------------
v1/vision/custom/dark
---------------------------------------
v1/vision/custom/general
---------------------------------------
v1/backup
---------------------------------------
v1/restore

However in AiTool it looks like I need to run each custom model on a different port and custom folder and not possible to disable "Detection API".
image

Which gives me 88 for detection api, 82 for general and 83 for dark.
Is it for performance reasons that is needs to be on different ports ? As in upload multiple files at the same time.
Maybe make it possible to disable "Detection API" when custom models is enabled ?

And then in "Edit Ai Server" I have this
image

as I don't want to use the inbuilt model from Deepstack.

And how do I control so "dark" model is only used when dark ?
Seems I can only edit times for Primary url, which should always be active.
Maybe I need to make "dark" the primary and "general" the linked one?