-
hi,
1 Any plan of the lite-hrnet coverting to vim3 a311d NPU?
2 How about the sota of pose model just like tinypose ? Could we covert tinypose to the vim3 NPU?
Tks
-
Hi,
Could TIM-VX support Conditional Channel Weighting ,Spatial Weight Computation and Cross-Resolution Weight Computation layer computation already?
If not ,how to implement thest by ourselves?
…
-
-
### Envs
Ubuntu22.04 G++-9 GCC-9
### Convert Command
```shell
python tools/deploy.py configs/mmdet/detection/detection_onnxruntime_dynamic.py" $my_config_path $my_config_ckpt ... --device cpu
…
-
Any plans to bring in [Lite-HRNet](https://github.com/HRNet/Lite-HRNet) into the main repo? Its missing a lot of the useful tools you guys have built (demo/pytorch2onnx/analysis/different datasets). W…
-
Hi I see in the documentation that we can do prediction on the complete dataset and generate a JSON of predictions or see the ground truth keypoints of the dataset but I see nowhere how to do the pred…
-
环境:Win10 64位,Python3.8.5,PaddlePaddle-gpu 2.3.3,PaddleSeg2.6,CUDA_10.1.105_418.96_win10,CUDNN 7.6.5.32
———————————————————————————
参考执行步骤:https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/d…
-
请问使用paddledetection 2.4时,训练关键点检测模型,LiteHRNet-18,backbone部分想使用预训练模型,在config中对应的配置文件应该如何修改啊?
-
# 环境
- OS: Ubuntu 18.04
- PaddleDetection 版本: c04a6ff6|release/2.3
- Paddle-Lite:v2.10 通过 pip 安装: `pip install paddlelite`
- Paddle-Lite Armv8 Lib: [v2.10](https://github.com/PaddlePaddle/Paddle-L…
-
Hello,.
I would like to know if the points in the JSON training file formatted in COCO must be inside their polygons or if it does not matter. Moreover I would like to know if the detection of points…