rpng / calc

Convolutional Autoencoder for Loop Closure
BSD 3-Clause "New" or "Revised" License
190 stars 45 forks source link

BGR2YUV and YUV2BGR? #25

Closed mrgransky closed 3 years ago

mrgransky commented 4 years ago

In testNet.py --> def computeForwardPasses() there are following conversions:

BGR2YUV and YUV2BGR.

I am just wondering why we should have these two conversions and not instead use BGR2GRAY directly?

Cheers,