DeepGTAV icon indicating copy to clipboard operation
DeepGTAV copied to clipboard

A plugin for GTAV that transforms it into a vision-based self-driving car research environment.

Results 43 DeepGTAV issues
Sort by recently updated
recently updated
newest added

Good Mornig, I need to get the 2D bounding boxes of the vehicles. Is there the possibility to transform the 3d bbox got with the code into a 2D one?

I can't download the file 'path.xml'.The page notes that I am not permitted to access to google drive after i clike the link....

Hi, with the newest version of game (1.0.231.0), memory offsets are still wrong and data collected is some memory trash. Function `getScriptHandleBaseAddress(int handle)` only returned addresses which are way off...

Hi @aitorzip I have found that using the initial reward values you specify in the start message example in the readme.md [15.0, 0.5] reward functions ok. However I want to...

When building a fresh copy of DeepGTAV I get the above error. Upon navigating to the source I arrive at LaneRewarder.cpp. My solution is to add `#include ` to LaneRewarder.cpp...

Thanks for your fantastic work! But I got some problem when I try to get the 3D bounding box of player.The bounding box which given by your code is large...

Is there any benchmark GTAV dataset available with control signals or generating the dataset the only way?

I see in the natives API there are camera create functions. Is it possoble to have multiple cameras running simultaneously to stream for control and capture?