Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Try converting convolutional kernels of pretrained network to grayscale and applying to night images #40

Open
gsganden opened this issue Sep 26, 2018 · 0 comments
Labels
cv Computer vision work r&d Research & Development, i.e. a promising but unproven idea

Comments

@gsganden
Copy link
Collaborator

Camera trap images taken at night use infrared light to create a grayscale image. CNNs pretrained on ImageNet may not handle these images well. One possible approach is to convert the convolutional kernels in one of these networks to grayscale and then finetune on the night images (using a separate network for daytime images).

If straight conversion to grayscale doesn't work, we might try style transfer.

I am not aware of research on applying ImageNet-pretrained models to grayscale or more specifically IR images, so I am not sure that this approach is best.

@gsganden gsganden added enhancement r&d Research & Development, i.e. a promising but unproven idea labels Sep 26, 2018
@gsganden gsganden added cv Computer vision work and removed enhancement labels May 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cv Computer vision work r&d Research & Development, i.e. a promising but unproven idea
Projects
None yet
Development

No branches or pull requests

1 participant