Tran N.M. Hoang

Results 20 comments of Tran N.M. Hoang

Hi @DomFleischmann, I tried the [LDAP guide](https://charmed-kubeflow.io/docs/ldap). However, at the end, it seems that the guide hasn't provided details about how to connect created user(s) with their corresponding *Profile* or...

@ca-scribner Btw, the LDAP guide seems a little bit complex, so I wonder if there is any way that we can skip LDAP and use the same original Dex auth...

@DomFleischmann @ca-scribner btw, I met this error when finishing the LDAP guide. Actually, I followed the [QuickStart](https://charmed-kubeflow.io/docs/quickstart) guide to install Charmed Kubeflow v1.6 and then follow the LDAP guide directly....

Hi @DomFleischmann @ca-scribner, do you meet the LDAP error I'm experiencing?

Hi @DomFleischmann, I followed exactly the [Quick start guide](https://charmed-kubeflow.io/docs/quickstart) and [LDAP guide](https://charmed-kubeflow.io/docs/ldap) after installing a new Ubuntu Server 20.04. These is the steps I use to setup Charmed Kubeflow: ```bash...

@shivamerla I'm using Ubuntu 22.04.1 LTS and docker, this is my docker daemon's config along with its version : ```yaml docker-ce-cli/jammy,now 5:20.10.20~3-0~ubuntu-jammy amd64 [installed,upgradable to: 5:20.10.21~3-0~ubuntu-jammy] docker-ce-rootless-extras/jammy,now 5:20.10.20~3-0~ubuntu-jammy amd64 [installed,upgradable...

I have the same problem. Has it been fixed yet?

Hi @LiheYoung, I am interested in your work and would like to know more about its output. Are the model's output values in meters or something like that?

Hi @leonid-leshukov I think `capturer.manual_capture(raw_img)` could fix the problem. However, in my case, I would like to try `age_gender_estimator` given raw image, is it possible? ```python3 def detect(img_path): img =...

> Hi @hoangtnm > > ` capturer.manual_capture(raw_img)` requires eyes position to create `RawSample` object. Do you have eyes position in your detector output? Hi @leonid-leshukov, I don't have eye positions...