Closed SkrighYZ closed 3 years ago
Hi,
I want to extract features on custom datasets using the ResNet152 model. The pixel mean stated in the extract-bua-caffe-r152.yaml file is [0, 0, 0]. Should I change it to [102.9801, 115.9465, 122.7717] as in the ResNet101 case, or some other value?
extract-bua-caffe-r152.yaml
[0, 0, 0]
[102.9801, 115.9465, 122.7717]
Thanks in advance.
The mean [0,0,0] is only for R-152 backbone. If you use R-101, then you should use [102.9801, 115.9465, 122.7717]
Hi,
I want to extract features on custom datasets using the ResNet152 model. The pixel mean stated in the
extract-bua-caffe-r152.yaml
file is[0, 0, 0]
. Should I change it to[102.9801, 115.9465, 122.7717]
as in the ResNet101 case, or some other value?Thanks in advance.