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

some ideas about 'Enable model services' section #144

Closed
Yukun-Cui opened this issue Aug 25, 2023 · 6 comments
Closed

some ideas about 'Enable model services' section #144

Yukun-Cui opened this issue Aug 25, 2023 · 6 comments
Labels
documentation Improvements or additions to documentation

Comments

@Yukun-Cui
Copy link

Enable model services

Make sure you have installed NVIDIA Driver and NVIDIA Container Toolkit. But you do not need to install the CUDA Toolkit, as it already contained in the model image.

# You need set "default-runtime" as "nvidia" in  /etc/docker/daemon.json and restart docker to enable NVIDIA Container > Toolkit
{
 "runtimes": {
   "nvidia": {
     "path": "nvidia-container-runtime",
     "runtimeArgs": []
   }
 },
 "default-runtime": "nvidia"
}

In Enable model services section, you need set default-runtime as nvidia. If you use Docker Desktop + WSL2.0, you have to set it at Docker Engine of Docker Desktop just like the picture below.

企业微信截图_16929318134631

@nicozhan
Copy link
Contributor

May I ask if you have successfully run the platform through WSL 2.0?
Is it because some components do not support WSL2.0, causing the platform to fail?

@Yukun-Cui
Copy link
Author

Yes, I have successfully run the platform through Docker Desktop + WSL2.0.

@nicozhan
Copy link
Contributor

Great! I will update it to Readme!

@Fabio-Arup-Panella
Copy link

Fabio-Arup-Panella commented Jun 21, 2024

I am trying to annotate images for semantic segmentation. I would like to make use of pretrained models to assist this segmentation.
However, COCO for Object detection is the only available model.

Info:
Processor: 11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz 2.61 GHz
Installed RAM: 64.0 GB
OS: Windows 10 Enterprise
GPU: NVIDIA RTX A3000 Laptop
CUDA Version: 12.3
Driver Version: 546.12

WSL2 Description:
Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy

image

@nicozhan nicozhan removed their assignment Jun 24, 2024
@nicozhan
Copy link
Contributor

You need to find a segmentation model.
Pre-trained models for semantic segmentation are generally less accurate, so it's better to label them manually.

@Fabio-Arup-Panella
Copy link

Fabio-Arup-Panella commented Jun 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants