Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] - CodeProject.AI_Server Icon #54

Open
bcastellucci opened this issue Mar 5, 2023 · 3 comments
Open

[ENHANCEMENT] - CodeProject.AI_Server Icon #54

bcastellucci opened this issue Mar 5, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@bcastellucci
Copy link

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!

@bcastellucci bcastellucci added the enhancement New feature or request label Mar 5, 2023
@chillr21
Copy link

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
Copy link
Author

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
Copy link

Added pull request #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants