Mat green(24, 24, CV_32F, blob.ptr(0, 1)); // image 0, channel 1
you’re pulling data from the input blob instead of the actual network output
Mat green(24, 24, CV_32F, blob.ptr(0, 1)); // image 0, channel 1
you’re pulling data from the input blob instead of the actual network output