liulei01 / DRBox

A deep learning based algorithm to detect rotated object, for example, objects in remote sensing images
Other
421 stars 142 forks source link

hello, How to use this "DummyData"? #4

Closed huang229 closed 6 years ago

huang229 commented 6 years ago

layer { name: "data" type: "DummyData" top: "data" dummy_data_param { shape { dim: 1 dim: 3 dim: 300 dim: 300 } } } How do I use DummyData when I use deploy.PROTOTXT to make a prediction in caffe.cpp?,thanks very much .