Skip to content

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

@zijin520

Description

@zijin520

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions