2

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.

Ayush Pandey
  • 141
  • 1
  • 5

1 Answers1

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