HARPLab / DReyeVR

VR driving 🚙 + eye tracking 👀 simulator based on CARLA for driving interaction research
https://arxiv.org/abs/2201.01931
MIT License
139 stars 37 forks source link

can not find frame capture images in Unreal/CarlaUE4/{FrameDir}/{DateTimeNow}/{FrameName}* executing 'python start_replaying.py -f C:\Users\11\AppData\Local\CarlaUE4\Saved\test1.log' #80

Closed wx983 closed 1 year ago

wx983 commented 1 year ago

Hi~ Long time no see. How are you? I have a new issue. Executing CarlaUE4.exe -vr from x64 cmd on windows and python start_replaying.py -f /PATH/TO/RECORDING/FILE # windows(in my computer is python start_replaying.py -f C:\Users\11\AppData\Local\CarlaUE4\Saved\test1.log), I can't find the resulting frame capture images in Unreal/CarlaUE4/{FrameDir}/{DateTimeNow}/{FrameName}*. And I can only see images two days ago, which were generated in Editor mode, I remember. That's a little bit strange. image

By the way, I verify RunSyncReplay and RecordFrames are enabled in DReyeVRConfig.ini. image

wx983 commented 1 year ago

Sorry, my carelessness. I have found the resulting images in %CARLA_ROOT%\Build\UE4Carla\0.9.13-dirty\WindowsNoEditor\CarlaUE4\FrameCap. image

But I see the offical document points out it is in Unreal/CarlaUE4/{FrameDir}/{DateTimeNow}/{FrameName}, [here](https://github.com/HARPLab/DReyeVR/blob/main/Docs/Usage.md#:~:text=Unreal/CarlaUE4/%7BFrameDir%7D/%7BDateTimeNow%7D/%7BFrameName%7D), although I do see generated images. Images seem to be also produced in %CARLA_ROOT%\Build\UE4Carla\0.9.13-dirty\WindowsNoEditor\CarlaUE4\FrameCap. It seems generation location of frame images depends on the launch mode of Carla, CarlaUe4.exe -vr or in UE4 Editor.

wx983 commented 1 year ago

Great! I totally understand why it is so.

GustavoSilvera commented 1 year ago

Yes, sorry the documentation was not clear enough! We'll update it soon. Glad your issue is resolved.