Denis Diachkov

Results 7 issues of Denis Diachkov

Hello, you said data loading is the bottleneck and that's why you use LMDB. Could you tell how it changes the perfomance? Did you measure the time in both cases(LMDB...

I've got the following exception during the downloading ` if os.name != 'posix':` ` raise NotImplementedError('Only Linux and Mac OS X support .7z '` It downloads and unpacks the first...

Hi, I am trying to install feature/color branch and I have trouble with building. ``` Errors

I am trying to record frames from UnrealCV scene(https://github.com/uzh-rpg/rpg_esim/wiki/Photorealistic-Rendering-Engine-based-on-Unreal-Engine) The problem is event frames are more than rgb frames. And it's getting worse with resolution increasing. How can I tell...

Hi, I've got a question during testing [that thing](https://github.com/uzh-rpg/rpg_esim/wiki/Photorealistic-Rendering-Engine-based-on-Unreal-Engine). In playground.sh window I see that picture ![Screenshot from 2020-02-04 14-45-37](https://user-images.githubusercontent.com/32463752/73746080-1b134600-475d-11ea-88e5-d539a2c578c6.png) But when I look at rqt visualisation or save frames...

Hi, How can I extract optic flow data from the .bag file?

if `random_skew=False`, `skewing_angle` is not forced to be positive anymore. Before ``` random_angle = rnd.randint(0 - skewing_angle, skewing_angle) ``` Would give an error if skewing_angle is negative