I have a very limited dataset of around 12k grayscale images and wanted to know if there is a CNN model that I can use for fine tuning or an grayscale image dataset that can be used for pre-training. I dont want to use models trained on ImageNet as I dont want to convert my grayscale images to color images.
Asked
Active
Viewed 1,225 times
1 Answers
4
There is a very interesting project led by Prof Greg Shakhnarovich, using the task of automatic colorization for pre-training deep nets. You can find on the project's web site pre-trained models for gray-scale images.
AFAIK, there are other research groups working on similar tasks, you might be able to google similar projects/models by other groups.
Alternatively, you can convert imagenet images to gray scale and per-train on gray scale images yourself.

Shai
- 258
- 2
- 9