-
非常棒的工作!
我正在拼命学习你们的研究并且尝试将其应用于实际领域。
我想问的是,
1. output文件夹下的'input_2D'文件夹内是否已经是3D 人体姿势估计的结果(也就是你们论文中所描述的主要工作生成的结果)?因为我想将其用在优化虚拟人物动作中。
2. 目前使用的是略显“古老”的YOLOv3和体积很大的HRNet来工作,是否有可能将其换成新的YOLOv7和Lite-HRNe…
-
[Editied]
```
benchmarks/timm_models.py -d cuda --inductor --training --float32 --use-eval-mode
```
Snapshot of Aug 22:
- [x] pytorch/torchdynamo#862
- jx_nest_base
- [x] pytorch/torchdy…
-
想把paddleseg/contrib/humanseg/pretrained_wights/humanseg_lite_inference部署安装在padleseg/deploy/python。
但paddleseg提供的安装模型方式是:pdseg/export_model.py,得到(deploy.yaml,model,params),所以想安装部署模型必须利用:pdseg/export…
-
CANN版本: 5.1.RC1.alpha005
paddle-lite版本: develop-6f684a78a分支
环境验证:
paddle-lite已经能够正确调用A200的npu
问题:
我需要在华为的A200DK上使用pipline启用多个模型, 经过测试能够正常加载两个模型, 其中一个为检测模型ppyoloe_s, 一个为关键点模型HRNET, 但是当我尝试启用第三个模型…
-
hello,when I am verifying the installation(picture 1).My computer told me the erro "Torch not compiled with CUDA enabled".And I installed the mmpose with the cpu version,can you help me?
![1](https:/…
-
I built and ran the docker image as described [here](https://mmpose.readthedocs.io/en/latest/install.html?highlight=docker#another-option-docker-image). I tried to run the training command for single …
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
Hi,
请问下,这个hrnet_w32_256x192/model.nb是否在手机或者ar…
-
I am trying to run inference script (demo/top_down_img_demo.py) on CID and then DEKR models with COCO dataset, to check the pipeline is actually working in prediction mode. Used the provided config …
-
你好,我想问下
人体骨架关键点检测
怎么在无GT的情况下
输入关键点的x,y,conf的文本信息呢
-