Viewing a single comment thread. View all comments

nmkd t1_j4vg72g wrote

You cannot just translate visible light to IR. No matter what machine learning you use, this is physically impossible.

0

kingdroopa OP t1_j4vgho9 wrote

Correct, it's not physically possible. This is a research project to find to what degree it IS possible :)

2

nmkd t1_j4vh7cl wrote

Okay, in that case, I'll try to be a bit more helpful lol.

I think you absolutely need to use something like YOLO for object identification/classification.

  • Humans and animals are warmer than the environment

  • Cars and other vehicles are warmer than the environment

  • Glass blocks IR but not visible light

You could get the overall "look" with just image-based networks, but to make it really convincing (more like COD's thermal vision) you need classification in order to make objects look hot that are supposed to be hot.

1