-
May I ask a question? When doing this cross dataset experiment, is the 2D GT coordinates in the 3dhp dataset as the input or the coordinates estimated by the 2D pose estimator hrnet as the input.
!…
-
Config: "configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_w32_coco_256x192.py",
model: "https://download.openmmlab.com/mmpose/top_down/hrnet/hrnet_w32_coco_256x192-c78dce93_20200708.pth"
…
-
**When I follow the guide and train on coco using "python tools/train.py --cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml ",there are two errors:**
Traceback (most recent call last):
F…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
I am trying to train my custom dataset w…
-
(the other repositories seem to have v2?).
-
Hi, thanks for your excellent work. I try to train model with HRNet-48 from scratch, but suffer from the following error:
`No such file or directory: './exp/hrnetw48_ckpt13.pth'`
Could you please te…
-
I was going through this [paper](https://arxiv.org/pdf/2111.13011.pdf) and I came across the model "HRNetv2-W28". I searched it on the internet but could not find it. Does anyone know about it?
-
## Background
- swin base 모델로만 앙상블을 해본 결과, LB 점수가 0.005~0.01 정도밖에 오르질 않았음. (pspnet, upernet, PAN)
- 백본의 다양성을 높이면 앙상블 효과를 더 끌어올릴 수 있을 것 같음.
## Content
- hrnet + ocr (mmseg). epoch 50
- valid…
-
Could you please provide the `HRNet-W64-C` config file?
-
you provide coco test command
```
python tools/test.py \
--cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml \
TEST.MODEL_FILE models/pytorch/pose_coco/pose_hrnet_w32_256x192.pth \
…