David0tt / DeepGTAV

A system to easily extract ground truth training data for different machine learning tasks from GTAV
GNU General Public License v3.0
85 stars 7 forks source link

I want to use it to generate infrared data. #17

Open gjhhust opened 7 months ago

gjhhust commented 7 months ago

Would appreciate your help on whether it is possible to use in-game IR items, etc.? I'm guessing that it seems to be possible but have no clue

David0tt commented 7 months ago

Hi,

If by infrared you mean using the infrared ingame items, like thermal goggles and producing images that look the same as when using these items, then this should be possible with relatively simple modifications.

I believe, these only use graphics filters, you could either activate these filters with mods, or using the appropriate ScriptHookV commands (with the second solution being more complicated).