HRFormer
HRFormer copied to clipboard
[ NeurIPS2021] This is an official implementation of our paper "HRFormer: High-Resolution Transformer for Dense Prediction".
Hi, thanks for you work. i found there is not config for GRT tiny in pose estimation. could you provide some details about tiny's config? for my opion, i think...
Hi, I am trying test pretrained models (ade20k segmentation model) on custom data but the default loader seems to not read the images files in label path even when the...
When I use HRT model for SEG task, I find that the same PID will occupy GPU memory on different GPU. eg: PID equal to 13165 takes up memory on...
I tried to run the test of HRFormer on ImageNet-1k, but the test result was strange. The top-1 accuracy is about 2.0% **Test command** ```bash bash run_eval.sh hrt/hrt_tiny ~/Downloads/hrt_tiny_imagenet_pretrained_top1_786.pth ~/data/imagenet...
KeyError: "TopDown: 'HRT is not in the models registry'"请问怎么解决?谢谢!
I want to use a HRFormer model to do some classification tasks, can you offer me an onnx model?
https://github.com/HRNet/HRFormer/blob/1245b88b5824fbd8cdb358b5ee909a4e537a2ef5/pose/mmpose/models/backbones/modules/multihead_isa_attention.py#L317 I appreciate you offering the repository but I could't understand. why comment out like this? ` # + relative_position_bias.unsqueeze(0)` It seems like you don't apply positional embedding in the...
# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...