-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
尝试转化了下MobileNetV2-YOLOv3-Nano-voc到NCNN,报错has no field named "upsample_param" #8
Comments
https://github.com/Tencent/ncnn/tree/master/tools/darknet |
成功了,感谢大佬!!! |
今天刚刚在TNN的模型转换里面支持了这个模型。哈哈,有兴趣可以试一下。 |
@gttiankai 大佬,我是直接Darkne2Caffe转成caffe模型在转成TNN格式吗? |
是的,需要先转换成caffe。 我使用https://github.com/dog-qiuqiu/MobileNetv2-YOLOV3/tree/master/darknet2caffe/sample 这个里面的caffe模型测试。 |
@gttiankai 好的,谢谢啦,我试试啦 |
@gttiankai @dog-qiuqiu 用了https://github.com/dog-qiuqiu/MobileNetv2-YOLOV3/tree/master/darknet2caffe/sample 里面的模型转化完后生成的.tnnproto里面似乎没有scores和boxes,似乎没有输出层。 |
@flyboy114 Tnn yolo后处理得自个写,它只负责输出featuremap |
@dog-qiuqiu 我用了Netron看了下转化后的模型,是将layer69-conv和layer79-conv作为最后的featuremap吧 |
是的呀 |
使用了最新的NCNN,但项目里面MobileNetV2-YOLOv3-Nano-voc模型还是无法转化,报错:
大佬,你这个表里模型测试的NCNN模型是咋转化的
The text was updated successfully, but these errors were encountered: