xiaoxiaojiea

Results 6 issues of xiaoxiaojiea

mpp_develop中的aarch64使用的是交叉编译器编译的,cmake 与 make 都成功,mpi_enc_test 编译出来了,在注意运行报错 /lib/ld-linux-aarch64.so.1: No such file or directory ,然后移动到板子上 报错 ./mpi_enc_test: symbol lookup error: ./mpi_enc_test: undefine symbol: mpp_spinlock_unlock ,请问是我的交叉编译器设置的问题吗?还是 arm.linux.cross.cmake 文件需要改动那里?

尊敬的开发者您好,首先感谢您们这项有价值的工作,但是在实际使用过程中我遇到了一些问题:训练过程中内存的占用在逐渐升高,直到最后训练被迫中止;我目前正在review源码检查问题,但是由于不是很熟悉代码,所以阅读的比较慢;同时在这里想了解一下您目前是否有解决方案,以解决当前的问题呢?

hello, can you tell me which method your team used for ground segment, i want to review this source code, but i find it's diffcult to read, thanks.

将 stream_kws_ctc.py 代码中的 decode_keywords 函数做出如下修改: ``` def decode_keywords(self, t, probs): absolute_time = t + self.total_frames next_hyps = ctc_prefix_beam_search(absolute_time, probs, self.cur_hyps, self.keywords_idxset, self.score_beam) cur_hyps = next_hyps[:self.path_beam] # 更新当前假设为新生成的候选路径。 if cur_hyps ==...

hello, i have try your code, the result is not work(use your demo bag file), and then i have copy your 'imageCloudPoints.txt' data use to execute 'solvepnp.cpp' file, and the...

i can use cpp version apriltag_ros to implement my project, and now i want to use python version, but i cannot find how to use tagBundles (now i can only...