b3rs3rk / gpustat-unraid

An UnRAID plugin for displaying GPU status
https://forums.unraid.net/topic/89453-plugin-gpu-statistics/?tab=comments#comment-830112
MIT License
50 stars 12 forks source link

[ENHANCEMENT] - CodeProject.AI_Server Icon #54

Open bcastellucci opened 1 year ago

bcastellucci commented 1 year ago

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!

chillr21 commented 1 year ago

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'?

bcastellucci commented 1 year ago

Hmmm... good catch.

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?

Thanks!

chillr21 commented 1 year ago

Added pull request #58