Tran N.M. Hoang
Tran N.M. Hoang
Hi, I'm using `albumentations` for my project, but my image is GrayScale with shape `[H, W]` but I need to use RGB image (3 channels or `[H, W, 3]`) for...
Hi, I'm really interested in COVID-Net CT-2 models, I tried to search through the repo but I couldn't find the model implementation in Python (TensorFlow) so that I can reproduce...
## Describe the bug I'm trying to run `cast_column("audio", Audio())` on Apple M1 Pro, but it seems that it doesn't work. ## Steps to reproduce the bug ```python import datasets...
Hi, I tried to [install kubeflow with a single command](https://github.com/kubeflow/manifests#install-with-a-single-command) from README: ```bash while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep...
_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._...
Hi, does anyone have experience with Charmed Kubeflow’s Multi-user Isolation. Actually, I tried to follow [docs](https://www.kubeflow.org/docs/components/multi-tenancy/getting-started/#manual-profile-creation), but when access http://10.64.140.43.nip.io/ to login, the dashboard requires password, which the docs doesn’t...
Hi, I'm installing Charmed Kubeflow v1.6 on my local server and I'd like to access the dashboard remotely via `http://IP:PORT`. I tried to follow [Set up remote access](https://discourse.charmhub.io/t/set-up-remote-access/5606) by [robgibbon](https://discourse.charmhub.io/u/robgibbon)...
Hi, I am interested in Stable Video Diffusion Image-to-Video model and I would like to fine-tune it for my own domain. Is there any fine-tuning guide available yet? Thanks.
Hi, I'm trying to run `sh scripts/run_demo.sh` with `torch==1.13.1` and `torchgeometry== 0.1.2 ` but I got this error: ```bash Input path: data/test_samples/lspet_samples Input type: folder Loading images ... 100% 17/17...
Your work is so great. I have one question about the model outputs. Given the outputs, is it possible to detect the distance of the person's head away from the...