DCGAN-CelebA-PyTorch-CPP icon indicating copy to clipboard operation
DCGAN-CelebA-PyTorch-CPP copied to clipboard

Remove dependency of using OpenCV to read images

Open krshrimali opened this issue 4 years ago • 1 comments

Having a dependency of having OpenCV installed from source is not recommended. We do not use any transformations which require OpenCV to be built on the system.

Find a way out to remove this dependency and read images using standard C++/C libraries.

krshrimali avatar Mar 15 '20 16:03 krshrimali

Idea: Let's test using Serene library in C++ (https://github.com/kmhofmann/selene). It's new, and requires C++-17. Compare it's performance with OpenCV.

krshrimali avatar Apr 19 '20 01:04 krshrimali