-
感谢大佬的分享,但是我有一个疑问,我把数据处理完毕带进ncnn出来的结果不正确,但是把预处理部分放进ncnn去处理,出来的结果是正确的,两种方式结果不应该是一样的吗?
下面分别是两种方式的代码
方式一:
`import time
import ncnn
from PIL import Image
import cv2
import numpy as np
from torchvi…
-
hi, thanks for your great work, could you please share your code for converting pytorch models of segmentation parts to onnx models and onnx to coreml, i have tried to convert on my own, but i get se…
sjf18 updated
4 years ago
-
Hi sacmehta,
I want to use the scripts to train the model with multiple loss, like PSPNet 's auxiliary loss. Can you give me some advices modify the scripts?
-
![pytorch](https://user-images.githubusercontent.com/44777088/75608211-81ab3a00-5b38-11ea-980c-fadd5950b01c.JPG)
![ncnn](https://user-images.githubusercontent.com/44777088/75608212-8243d080-5b38-11ea…
-
I have tried to convert pytorch model to onnx with api (torch.onnx.export), but I meet a problem showing below info
Failed to export an ONNX attribute, since it's not constant, please try to make thi…
-
I want to check if the espnetv2 is trained with Imagenet pretrained weight. But it seems not clear in paper or the code.
Looking forward to your reply.
-
I searched for the .pth files in your repository with s == 1.0 trained with COCO / VOC and couldn't find it. Could you make these files available?
-
HI, Deal all,
Can anyone kindly upload a pretrained model. Training is really time consumping, I just want to evaluate the performance. Thank you.
-
Hello guys, after reading your article on ESPNETv2 I was very excited about your optimizations in convolutional operations, and would very much like to make the network run on a raspberry pi.
After…
-
How can I be using ESPNETv2 to make inferences on random images? In your repository and in the Edgenets repository I just found ways to evaluate in a specific dataset, but I would like to pass externa…