nvdla / sw

NVDLA SW
Other
489 stars 193 forks source link

NVDLA compiler cannot compile YOLOv1 and faster-CNN models? #224

Closed zijin520 closed 3 years ago

zijin520 commented 3 years ago

When I was using NVDLA compiler to compile some YOLOv1 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)