You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my install (codeproject/ai-server:gpu) the process using the GPU has the command: python3.8 /app/preinstalled-modules/ObjectDetectionYolo/detect_adapter.py
So probably best to match 'python3' then match 'ObjectDetectionYolo/detect_adapter.py'?
I just updated my CodeProject.AI container to the latest and now it's the same for me as well: python3.8 /app/preinstalled-modules/ObjectDetectionYolo/detect_adapter.py
I agree, maybe starts-with python3 and ends-with detect_adapter.py?
Greetings.
The CodeProject.AI_Server icon should be similar to Deepstack.
Looks like for Deepstack you're looking for 'python3', then looking a little further.
For CodeProject.AI_Server it looks something like this:
python3.8 /app/AnalysisLayer/ObjectDetectionYolo/detect_adapter.py
So maybe, similar to Deepstack, 'python3.8' then look further for '/app/AnalysisLayer'?
icon: https://codeproject.freetls.fastly.net/App_Themes/CodeProject/Img/logo250x135.gif
Thanks!
The text was updated successfully, but these errors were encountered: