Dinesh Manajipet

Results 8 comments of Dinesh Manajipet

I think we need to fix the OSD canvas size because DJI goggles only support SD resolution. That's the reason we didn't merge this yet, because this is causing DJI...

@Michael-F-Bryan long term maintainability will be *more* problematic though. tract does NOT implement all the operators that tf-lite / ONNX provides. Even ONNX support is not 100%, and this is...

Okay so, this is slightly more complicated than i thought it would be. There are 2 types of zero copy code paths: 1) TfLiteDelegate specific buffer handles: ```c++ /* Set...

@Michael-F-Bryan https://github.com/onnx/tutorials#converting-to-onnx-format may help us..

This should help us get there I think .. https://github.com/koordinates/kart/blob/master/.github/workflows/build.yml#L228-L269

@nerdCopter this is weird error still. Makefile automatically deciding to compile the generated rustemu.h and failing.. ``` $ make EXTRA_FLAGS=-Werror test-all make: *** No rule to make target 'test-all'. Stop....

Yeah you need to install rust first. It is complaining about missing cargo command. For me locally the rust side builds just fine. the tests are another story though

We have been using this as a plugin for quite a while now: https://github.com/Proemion/SortFilterProxyModel/ . Would be happy to send a pull request (with updated .pro file, cmakelists) if anyone...