Daniel Frías Balbuena
Daniel Frías Balbuena
### 🐛 Describe the bug I'm trying to get the webcam prediction with YOLO-NAS-POSE and I get an error. My OS is Windows. My code is the following: ``` from...
### 💡 Your Question I'm trying to do inference with a trt YOLO-NAS-POSE model. I have exported the model to onnx like it shows on the website: ```export_result = yolo_nas_pose_s.export("yolo_nas_pose_s.onnx")```...
### Checklist - [x] I have searched related issues but cannot get the expected help. - [x] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but cannot get the expected help....
### 📚 The doc issue I want to know the difference between tools/profiler.py and tools/deploy.py script. I know that with tools/deploy.py script you can get the model in ONNX, TensorRT,...
### Checklist - [X] I have searched related issues but cannot get the expected help. - [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but cannot get the expected help....
### Checklist - [X] I have searched related issues but cannot get the expected help. - [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but cannot get the expected help....
### Description I'm on Windows 10 with Docker Desktop and I get this error every time i'm trying to create the image from this dockerfile: ``` # syntax=docker/dockerfile:1 FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04...
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmpose). ### Environment...
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmpose). ### Environment...
Hi. I have a problem with the shape of features. The Soccernet features I can download have a shape of (2700, 8576), but I do inference of a video I...