I want to detect features, and possibly segmented them, in CT scan images (greyscale images) by means of the Object Detection API from Tensorflow. So I have two questions:
-Is there any pre-trained model within the Object Detection API that takes greyscale images as inputs for fine tuning training?
-Or, How can I train exisiting models, that are for RGB images, so that I can train them with greyscale images? Which modifications should be made in the code?