Open shawnthu opened 3 years ago
for example, the task is to classify dog or not, and we label dog as class 1. when comes a dog image, class 1 focus on any part except dog; on the contrary, class 0 focus right on dog.
I found the reason. Cuz colorspace is BGR in OPENCV !!!. This can be closed...
for example, the task is to classify dog or not, and we label dog as class 1. when comes a dog image, class 1 focus on any part except dog; on the contrary, class 0 focus right on dog.