MAVProxyUser
MAVProxyUser
I think you need to go back and do a bit more homework, and try to understand the foundation of what you are discussing. You've never been able to detect...
Your questions have been answered a few times. The last one specifically: https://github.com/proto17/dji_droneid/issues/3#issuecomment-1314490486 You are here to learn, right? You failed the reading test. ;)
Has there been an update on this? I tried out the example here: https://github.com/luxonis/depthai-python/blob/main/examples/AprilTag/apriltag.py Is seems to perform poorly vs just using OpenCV with apriltag library. I notice for example...
This sample python code, that just accesses the camera image, and uses apriltag library would be my performance baseline. We don't seem to be close. Is there a way to...
I'm testing using these tags printed on 8x11 paper. Open CV + Apriltag lib does amazing... Luxonis cam + Onboard MyriadX, not so much, sadly.  
It is unclear what relationship micro_ros_setup has to this repo, but for anyone else, this was how to be successful in this task: ``` user@dev0:~$ source /opt/ros/galactic/setup.bash user@dev0:~$ echo $ROS_DISTRO...
Excellent! Great work. Feel free to upload, I am all about various permutations to enable the community. If you need to, upload the .exe to archive.org for "preservation" purposes, and...
Is your .exe a compiled AutoIT script? or an actual C program you wrote? either way the source code to it may be useful for others to build off of.
cublasSetWorkspace came with CUDA 11.0.3 for anyone wondering. ```The cuBLAS API was extended with a new function: cublasSetWorkspace(), which allows the user to set the cuBLAS library workspace to a...
hand compile cmake-3.25.2.tar.gz Python-3.10.0.tar.xz torch vision branch v0.13.0, and PyTorch release/1.12. Then pip install the requirements explicitly using 3.10. Do not try to use 3.11, you will fail.