MarioCavero
MarioCavero
I have read the sample and render and all use cad models. Is there any possibility to train the model with PointClouds(PCs) `.pcd` files? (PCs obtained from rgb and depth...
I read in a [previous issue](https://github.com/chesty/overlayroot/issues/14): > Just comment out "initramfs init.gz" in "/boot/config.txt". But that did not work. Is it possible to undo all changes made to the partitions...
### Description I have been trying to set up the root filesystem of my coral dev board as an overlay (OverlayFS), with a lower layer RO and an upper layer...
### Description Trying to run bluetooth.service, I get an error in regards with rfkill (already installed, tried purging-removing and installing it again. No luck). Using modeprobe afterwards, gives me an...
I finally managed to fix the python-numpy and python-opencv problems. Following the guide in [here](https://wiki.t-firefly.com/gti-npu/getting-started.html#), `cd Apps/Demo` ``` sudo make -j4 g++ -o demo -std=c++11 main.cpp -DLINUX -I ../../Include/ \...
Same problem as in [here](https://github.com/orangepi-xunlong/OrangePi_Build/issues/98). System and specs: ``` orangepi@orangepi4:~/OrangePi_Build$ uname -a Linux orangepi4 4.4.179-rk3399 #2 SMP Thu May 6 10:53:22 CST 2021 aarch64 aarch64 aarch64 GNU/Linux orangepi@orangepi4:~/OrangePi_Build$ lsb_release --all...
### Description I have been trying to use gstreamer to do something like [wait_from_frames](https://intelrealsense.github.io/librealsense/python_docs/_generated/pyrealsense2.pipeline.html#pyrealsense2.pipeline.wait_for_frames), from the pyrealsense library, that I use with the Real Sense D435 camera. The goal is...