-
hi @viet-hoang-99 , thank you very much for your repo.
When i want to run demo_lite.py to view keypoints, the result is error.
![image](https://user-images.githubusercontent.com/19572926/2073415…
-
Hi, I'm trying to train a lite hrnet model on a custom dataset on google colab, but when I try to start the train script:
```
!python tools/train.py --cgf path/to/config
```
I get the error:
…
-
hi, @ycszen ,
i test the native-hrnet and lite-hrnet mnn model on my pc,
although theirs flops is 309M vs 203M,but their inference time is almost the same.
i thank is the reason lite-hrnet has more…
ccsvd updated
3 years ago
-
https://github.com/HRNet/Lite-HRNet/blob/7b9049d264fa40402a27d1f175deff3b46a6b91b/models/backbones/litehrnet.py#L667
In the document-example, HRNet is written instead of LiteHRNet.
I'm not sure i…
-
root@imx8mpevk:~# ./tm_hrnet_timvx -m hrnet_uint8.tmfile -i pose.jpg
tengine-lite library version: 1.5-dev
#productname=VIP8000Nano-S+I, pid=0x9f
prev_ptrs = 0xaaaaf97a61c0
prev_ptrs = 0xffffa2abc…
-
Lite-HRNet's paper says that It simply reduces the depth andthe width of the original HRNet.But I don't know what the specific structure of small HRnet or HRNetw16 is.How many times have num_modules a…
-
Hi there, thanks for this nice work! I am trying to modify the Lite-HRNet model on my segmentation task with my own data, by replacing the head with a seg head to predict segmentation maps, as shown i…
-
@ycszen Could you share the Lite-HRNet model pretrianed on ImageNet by Baidu Netdisk? Thank you very much!!
-
how to convert to onnx, I meet the problem,
assert target.dim() == 4 and target_weight.dim() == 3
AttributeError: 'NoneType' object has no attribute 'dim'
code:
model = build_posenet(cfg.mo…
-
Hi
This is awesome lightweight networks!!
I want to test it on other mobile device.
Could you provide ONNX format exporting code?
Thanks a lot!!