-
想把paddleseg/contrib/humanseg/pretrained_wights/humanseg_lite_inference部署安装在padleseg/deploy/python。
但paddleseg提供的安装模型方式是:pdseg/export_model.py,得到(deploy.yaml,model,params),所以想安装部署模型必须利用:pdseg/export…
-
### 在模型剪枝的教程中有这样一步:
2. 确定待分析参数
我们通过剪裁卷积层参数达到缩减卷积层通道数的目的,在剪裁之前,我们需要确定待裁卷积层的参数的名称。 通过以下命令查看当前模型的所有参数:
查看模型所有Paramters
for x in train_prog.list_vars():
if isinstance(x, fluid.framework.Parame…
-
**Describe the bug**
Converting the FasterSCNN model to ONNX leads to an invalid average pool stride (=0). This causes the onnxruntime to segfault. Here is my issue at the onnxruntime engine repo: …
-
Traceback (most recent call last):
File "export.py", line 85, in
main(args)
File "export.py", line 64, in main
out = net(in_var)
File "/home/whut/anaconda3/envs/paddle/lib/python3.…
-
hi,
Thanks for your time. I am trying to deploy the model in Xavier nx platform. I have built the environment and tested the deploy.py without quantization, it works fine.
But when i tried …
-
hello,
The following error occurs when I run the `train.py` file. Is it the MMCV problem ?
```
C:\Users\admin\Anaconda3\envs\pytorch_envs\python.exe C:/Users/admin/Desktop/pytorch/UperNet_Swin…
-
Traceback (most recent call last):
File "e:/master/master1/RSISS/mmcv/mmsegmentation/ceshi.py", line 1, in
from mmseg.apis import inference_segmentor, init_segmentor
File "e:\master\master…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md)…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
- Ubuntu 18.04:
- TensorFlow installed from binary:
- TensorFlow version (1…
-
库版本:
```
win10
paddle2onnx 0.9.5
paddlepaddle-gpu 2.2.0
paddleseg 2.5.0
```
利用如下命令将`PaddleSeg`中的`Fast-SCNN`转`onnx`:
```shell
paddle2onnx --model_dir ./model_dir \
…