Open ajinkyaT opened 6 years ago
Hi ajinkyaT, thank you for your feedback! Unfortunately, I'm currently a bit too busy to improve the package with the requested functionality but I'd like to invite you to implement it (preferably with additional test-case) and pull-request your update.
Once my schedule allows it, I will integrate it but at this point I can't promise this to happen any time soon.
Hi ajinkyaT,
In my view, you can extract frame and use np.concatenate((frame)*3, axis=-1) to convert the gray frame into 3 channels. I am writing a new video2tfrecord function that will consider adding a gray video into it. However, it should not be a problem when you convert 1 channel into 3 channels.
Great! Looking forward to it!
Hi!
Can you add an feature to save grey scale videos? In some of the applications of deep learning it is really useful to convert videos to grey scale to reduce number of parameters.
Thank you!