Closed mrgransky closed 4 years ago
In testNet.py --> def computeForwardPasses() there are following conversions:
testNet.py
def computeForwardPasses()
BGR2YUV and YUV2BGR.
BGR2YUV
YUV2BGR
I am just wondering why we should have these two conversions and not instead use BGR2GRAY directly?
BGR2GRAY
Cheers,
In
testNet.py
-->def computeForwardPasses()
there are following conversions:BGR2YUV
andYUV2BGR
.I am just wondering why we should have these two conversions and not instead use
BGR2GRAY
directly?Cheers,