You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use your python scripts to evaluate deeplabv2 model, and I found that the segmenter.py need to be update, e.g. "self.set_input_arrays(img, label, data_dim)" should be converted to "self.set_input_arrays(img, label)" due to the updated caffe compared to the caffe of v1. But, when I used the updated scripts to evaluate one image, its prediction result is so bad, I don't know where I was wrong and can you give me some tips or train-deeplabv2 scripts?
The text was updated successfully, but these errors were encountered:
I use your python scripts to evaluate deeplabv2 model, and I found that the segmenter.py need to be update, e.g. "self.set_input_arrays(img, label, data_dim)" should be converted to "self.set_input_arrays(img, label)" due to the updated caffe compared to the caffe of v1. But, when I used the updated scripts to evaluate one image, its prediction result is so bad, I don't know where I was wrong and can you give me some tips or train-deeplabv2 scripts?
The text was updated successfully, but these errors were encountered: