PSPNet icon indicating copy to clipboard operation
PSPNet copied to clipboard

Build PSP with c++ and visual studio on Window

Open ThienAnh opened this issue 7 years ago • 2 comments

Dear @hszhao

I try to build PSP with c++ , visual studio 2015. But i alway get wrong result. const float* output_data = output_layer->cpu_data();

output_data has big value: 14099009.23. (I had write output_data in python on ubuntu, value is small:~ 1.45.....)

Can you suggess for me solution to fix it.

Thank so much

ThienAnh avatar Jan 22 '18 03:01 ThienAnh

Different results in different runs with same inputs?

Who can help me?

ThienAnh avatar Jan 22 '18 09:01 ThienAnh

Hi, I have build pspnet too, then i got caffe.dll for vs2015 project. How do you use pspnet(c++) in vs2015 project for image segmentation ? I'm confused about it . Thank you . I solved this probleam by using your code of prediction.

cobbwho avatar Mar 12 '19 07:03 cobbwho