petergerten

Results 31 issues of petergerten

Hi, I try to translate the python example https://github.com/lcp/NetworkManager/blob/master/examples/python/add-connection.py to dbus-native. but always get` [ 'connection: setting not found' ]` My code looks like this: ``` systemBus.invoke( { path: '/org/freedesktop/NetworkManager/Settings',...

I always get out of memory errors even when using all defaults and training low resolution. 8 * V100 16GB

As the system uses MAVLink for communication, I assume it might also work with the PX4 flight stack? Has anyone tested this?

question

@fnoop you mentioned you are targeting the system to work on a RPI. I agree it is a good idea due to cheap price, availability etc. I am interested in...

Hi, https://gfycat.com/LegitimateGlassImago I used the 128px v2 GAN to produce this video without alignment. Can someone comment on what is going on here? Is this an alignment problem? (as the...

Hi, I could not find any details on what kind of sources are possible. Obviously I can use a camera or a file source and searching this repo, it seems...

Type: Documentation

Is there any way to train with multiple GPUs? The current scripts seem to only utilize the first GPU, altough TF 'sees' all of them.

Hi, I just upgraded MAVSDK to 0.39.0 and the QGC mission import was migrated from mission to mission_raw. All existing mission plans I could import before stopped working with the...

question

Currently there is no support for the `MAV_CMD_DO_SET_CAM_TRIGG_DIST` mission item, which is the standard way of triggering in a survey mission. Currently a survey mission imported with` import_qgroundcontrol_mission` will be...

feature

For example if I arm: ``` try: await drone.action.arm() except mavsdk.action.ActionError as err: print(err) ``` The error result is: `COMMAND_DENIED: 'Command Denied'; origin: arm(); params: () ` But I don't...

enhancement