txy

Results 17 issues of txy

F:\work\CRE-StereoNet\CREStereo-Pytorch-main\weights>x2paddle --framework=onnx --model=cre_new.onnx --save_dir=pd_model F:\software\python\lib\site-packages\setuptools\depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp INFO:root:paddle.__version__ = 2.3.0 INFO:root:Now translating model...

ONNX

After I downloaded the 2.6m dataset, there is no distinction between manual labeling and machine labeling pictures, both are in the train folder, how do I know which one is...

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmagic/issues) and [Discussions](https://github.com/open-mmlab/mmagic/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmagic.readthedocs.io/en/latest/faq.html) but cannot get the expected help....

kind/bug

### Branch main branch https://mmagic.readthedocs.io/en/latest/ ### 📚 The doc issue ValueError: Model basicvsr++ is not supported. BasicVSR++ is not in a supported model file ### Suggest a potential alternative/fix BasicVSR++...

kind/doc

我用fastdeploy进行trt后端ppocrv4推理,结果fp32的耗时和fp16一样,是什么原有呢? 以下为我的代码: ![image](https://github.com/PaddlePaddle/FastDeploy/assets/47891269/9726e8a0-6096-4123-806e-656d29ee5e59) ![image](https://github.com/PaddlePaddle/FastDeploy/assets/47891269/2a0db426-e5b6-47aa-9033-8a7d32da34a1) ![image](https://github.com/PaddlePaddle/FastDeploy/assets/47891269/19f00295-6bd2-451b-8679-29b67d7ccfb0) ![image](https://github.com/PaddlePaddle/FastDeploy/assets/47891269/bbc0202b-3e63-4879-8c0d-939994db2b5f) 这是结果 ![image](https://github.com/PaddlePaddle/FastDeploy/assets/47891269/234219cf-f583-4924-b997-99bde8eaf1ea)

Hello, I have three questions I would like to consult, 1. After trying some models, I feel that the effect of video deblurring is not very good, are there any...

Hello, I would like to ask, can't a new video be directly input and then generate a new clear video?Does it have to be framed?1.I use restormer and get an...

I would like to know which is better between RealBasicVSR and BasicVSR_PlusPlus performance, accuracy, speed and time, and what is the difference between the two?

## 环境 - 【FastDeploy版本】: - 【编译命令】 git clone https://github.com/PaddlePaddle/FastDeploy.git cd FastDeploy/python export ENABLE_ORT_BACKEND=ON export ENABLE_PADDLE_BACKEND=ON export ENABLE_OPENVINO_BACKEND=ON export ENABLE_VISION=ON export ENABLE_TEXT=ON export ENABLE_TRT_BACKEND=ON export WITH_GPU=ON export TRT_DIRECTORY=/Paddle/TensorRT-8.6.1.6 export CUDA_DIRECTORY=/usr/local/cuda export...

你好,我用这个框架顺利转成功了onnx,并且简化了onnx-sim,但是在进行onnx2trt时,发生了错误: ![1](https://github.com/WenmuZhou/PytorchOCR/assets/47891269/291f9309-4578-479b-8fbb-c3b6f2d13f32) 报错信息如下: [6] Invalid Node - /head/ctc_encoder/encoder_reshape/If /head/ctc_encoder/encoder_reshape/If_OutputLayer: IIfConditionalOutputLayer inputs must have the same shape. Shapes are [-1,120,-1] and [-1,120,-1,-1]. [01/15/2024-17:21:07] [E] Failed to parse onnx file [01/15/2024-17:21:07] [I]...