Replies: 2 comments 1 reply
-
I've got a major update to Agent's AI code coming very soon. Recommend you upgrade to using CodeProject's senseAI as deepstack seems to have been abandoned. I think the endpoint should be like but in the meantime: https://www.codeproject.com/Articles/5348417/How-to-Use-a-Custom-Model-in-CodeProject-AI-Server |
Beta Was this translation helpful? Give feedback.
1 reply
-
Great news!
I will do the switch and test it out!
Keep us posted!
…On Tue., Jan. 31, 2023, 03:35 sean tearney, ***@***.***> wrote:
I've got a major update to Agent's AI code coming very soon. Recommend you
upgrade to using CodeProject's senseAI as deepstack seems to have been
abandoned.
senseAI is based off deepstack and should support your custom models
but in the meantime:
https://www.ispyconnect.com/userguide-agent-deepstack-ai.aspx#customModels
https://www.codeproject.com/Articles/5348417/How-to-Use-a-Custom-Model-in-CodeProject-AI-Server
—
Reply to this email directly, view it on GitHub
<#545 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4PN4GMWWX6LWHE23MVBV3WVDFDXANCNFSM6AAAAAAUKOQUHQ>
.
You are receiving this because you authored the thread.Message ID:
<doitandbedone/ispyagentdvr-docker/repo-discussions/545/comments/4827293@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. Basic question.
I want to add a custom model to DeepStack and make sure iSpy is configured correctly to use it.
The endpoint in my iSpyDVR is /v1/vision/detection
But I do not have that folder path on my deepstack docker host.
I have a mounted volume of:
volumes: - /home/user1/deepstack_data/Data/pytorch-models:/modelstore/detection
Q: Is the /v1/vision/detection binded to /modelstore/detection ?
If so, I guess I should create a folder /modelstore/detection/custom/combined where I will put the combiend.pt file.
Then in iSpy, the endopoint would be /v1/vision/????
I'm kinda confused about the iSpy endpoint config VS my volume on container.... :(
Any help or example would be great.
Thx!
Beta Was this translation helpful? Give feedback.
All reactions