Skip to content
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

NVDLA compiler cannot compile YOLO and faster-CNN models? #223

Open
zijin520 opened this issue Aug 5, 2021 · 0 comments
Open

NVDLA compiler cannot compile YOLO and faster-CNN models? #223

zijin520 opened this issue Aug 5, 2021 · 0 comments

Comments

@zijin520
Copy link

zijin520 commented Aug 5, 2021

When I was using NVDLA compiler to compile some YOLO and faster-CNN models, I got the errors bellow. Seems the compiler too simple to support new model parameters like "side" and "roi_pooling_param"?

opening wisdom context...
parsing caffe network...
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format ditcaffe.NetParameter: 21:9: Message type "ditcaffe.DataParameter" has no field named "side".
Caffe Parser: could not parse text file
libnvdla<1> Could not parse deploy file
(DLA) Error 0x00000004: Unable to parse caffemodel: "gnet_test.prototxt" (in ParseTest.cpp, function parseCaffeNetwork(), line 158)
(DLA) Error 0x00000004: (propagating from ParseTest.cpp, function parseAndCompile(), line 247)
(DLA) Error 0x00000004: (propagating from main.cpp, function launchTest(), line 111)

creating new wisdom context...
opening wisdom context...
parsing caffe network...
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format ditcaffe.NetParameter: 168:21: Message type "ditcaffe.LayerParameter" has no field named "roi_pooling_param".
Caffe Parser: could not parse text file
libnvdla<1> Could not parse deploy file
(DLA) Error 0x00000004: Unable to parse caffemodel: "faster-rcnn/ZFtest.prototxt" (in ParseTest.cpp, function parseCaffeNetwork(), line 158)
(DLA) Error 0x00000004: (propagating from ParseTest.cpp, function parseAndCompile(), line 247)
(DLA) Error 0x00000004: (propagating from main.cpp, function launchTest(), line 111)

@zijin520 zijin520 changed the title NVDLA compiler cannot compile YOLOv1 and faster-CNN models? NVDLA compiler cannot compile YOLO and faster-CNN models? Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant