ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
474 stars 231 forks source link

the prediction failed when I use caffe c++ api and transformed model #41

Open somekindsoffood opened 5 years ago

somekindsoffood commented 5 years ago

I use the transformed weight file and model file to predict with caffe c++ api.

after feeding the input data and run net->forward(); the prediction from the output blob are incorrect. I feed the data to cpu and set it to cpu only. Does that make a difference with gpu mode? Thanks.

ChenYingpeng commented 4 years ago

Only inference on GPU platform,such as GTX1060,Jetson Tegra X1,TX2,nano,Xavier etc.