DeepGTAV icon indicating copy to clipboard operation
DeepGTAV copied to clipboard

GTAVisionExport

Open IanKirwan opened this issue 8 years ago • 0 comments

Hi @aitorzip I recall a while back there was aspiration expressed in the readme to integrate this work with GTAVisionExport.

Although it's not really an integration, I managed to use DeepGTAV's autopilot function to drive the vehicle while GTAVisionExport grabbed frames and data. This has the advantage of using DeepGTAV's camera view point and FOV for grabbing colour, depth, stencil buffers, bbox data etc. So NNs trained on that data should work best with DeepGTAV.

I had to do a minor mod to the GTAVisionExport managed code to prevent it from toggling VAutodrive. In VisionExport.cs just comment all lines in ToggleNavigation() function. Maybe talk to Charlie Barto about putting in a switch for VAutodrive so that folks can choose to use DeepGTAV instead?

So this is not really an issue, but useful info, that could go in the Wiki.

Cheers Ian

IanKirwan avatar Jan 29 '18 00:01 IanKirwan