Erik Reed
Erik Reed
The fix suggested in https://github.com/hunglc007/tensorflow-yolov4-tflite/issues/212#issuecomment-680677321 worked for me.
This can be closed; it's a duplicate of #58 which was merged.
One hackfix is downgrading the geopy version. ``` pip install geopy==2.0.0 ```
I get the same segfault with verbose enabled, with gdb pointing to the formatting functions. Trimmed logs and stack trace: ``` $ gdb --args DensifyPointCloud -v 4 -i scene.mvs -o...
You just need to wrap your message in RedisMessage. E.g. ```python message = RedisMessage('data') ```
@othnos nice fix -- this did the trick on a fresh bookworm installation on a raspberry pi 5. And as a bonus I can read the console text now too...