Open huangdunbo opened 7 years ago
@huangdunbo you need set crop parameter
@xiewei198908 THX~ Note: CropLayer should set the offset parameter~See FCN's prototxt.
@huangdunbo I met same questions 。have you solved this problems,please.
what is the crop parameter to get to the high performance? i tried axis 2 and offset 5 but no luck at all.
I use the latest caffe with cudnn from https://github.com/bittnt/caffe/tree/crfrnn to run crfasrnn_demo.py for test.Using the image: And change spatial_filter_weight and bilateral_filter_weight as spatial_filter_weights_str and bilateral_filter_weights_str in TVG_CRFRNN_new_deploy.prototxt The output is: If I use old caffe without cudnn from https://github.com/bittnt/caffe/tree/70856cd28a10e2592b4d5ba1ae05cf6b59824a37,the output is: Why use the latest caffe but effect worse?