Patrick Chilton
Patrick Chilton
@felixdittrich92 Hi, are there any model weights available for ViTSTR that are compatible with doctr? :) I saw these ones but they seem to be named differently I suppose: https://github.com/roatienza/deep-text-recognition-benchmark/releases
Done, please take a look.
I just checked, the `develop-1.0` without this change still produces: ``` INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}//nix/store/z58s4i1nbyy9cmnh6bj40icdkpfnvkkl-osqp-0.6.2/include/osqp" ``` in `osqp-targets.cmake`, which isn't right. If I use `"$"`, I get: ``` INTERFACE_INCLUDE_DIRECTORIES "/nix/store/glr55pijnwjkz8bxpnby21807gjw94q1-osqp-0.6.2/include/osqp ``` Which...
This is already in the development branch.
Unfortunately the timing of the code might be a bit "computer-specific" at the moment. :( It's also possible that the Q4 has different timing characteristics. I wouldn't recommend setting the...
Any luck?
If the quadcopter is changing its blinking pattern it's definitely receiving the messages. I'm pretty sure it's the timing - I had the same problem when I was developing the...
@srikanthnv When I was writing this I evaluated different forms of sleep (nanosleep, busy wait etc), and found that Python sleep was actually quite accurate. In the end it worked...
Can you try running sniff.py? Plug in the Hubsan, start the script, then power on the remote. It should start printing out the messages from the remote to the Hubsan.
OK, so it looks like the A7105 part is working fine. I'll dig out my Hubsan this weekend and take a look at the code. :)