Lovegood-1

Results 11 comments of Lovegood-1

Hi, I think this is not authors' fault. I use pretrained model provided by authors on Synthtext and continue training on icidar2015. I get > {"precision": 0.8537688442211055, "recall": 0.8180067404910929, "hmean":...

> > Hi, > > I think this is not authors' fault. I use pretrained model provided by authors on Synthtext and continue training on icidar2015. I get > >...

Hi, I did corresponding experiences. The results shows that there is nearly no difference between them, considering we use int8. But there is something different when you use theoretical analysis....

This issue can be closed! @ganliqiang @Ffmydy , Hi, I met the same questions when looking for gt, but finally solved it. see my blog https://blog.csdn.net/qq_43110298/article/details/120999183. The 'gt.mat' is exactly...

I have 4 GPU. But when I run code on GPU:2 ,I run this 'CUDA_VISIBLE_DEVICES=2 python demo.py --input 246.jpg --model rdn-liif.pth --resolution 2560,1440 --output output.png --gpu 0' and get 'cuda...

I have 4 GPU. But when I run code on GPU:2 ,I run this 'CUDA_VISIBLE_DEVICES=2 python demo.py --input 246.jpg --model rdn-liif.pth --resolution 2560,1440 --output output.png --gpu 0' and get 'cuda...

Hi everyone, It is the same situation that happens to me. To fix this bug("dynamic module does not define module export function (PyInit_gen_geo_map)"), I have read all blogs and issues....

好像是把 Fix Frame 改为 imu而不是map,否则imu那一个栏会红色报错。但是我改了之后还是不显示。

成功显示: 1. add -> imu pulgin ; (不是 imu totural 那个) 2. 修改 Fix Frame 那一栏为 //imu (直接输入两个斜杠,会显示一个斜杠) 【成功显示!!!】

> @hitcm 大佬你好,我是在复现这个[项目](https://github.com/zhouyong1234/VINS-Mono-Android)的时候发现了您的这个仓库,按照您的博客中的步骤操作最后能在rviz中成功查看手机相机图像: ![image](https://user-images.githubusercontent.com/53631206/215410385-72f9df78-d455-4d82-a8d9-cdef070e7d73.png) 但是imu可视化却出现了Error: ![image](https://user-images.githubusercontent.com/53631206/215410511-f2c5940e-ce5e-4899-9e31-48150682a22e.png) 我的手机是Redmi K30 Pro,Android版本为11,我在手机的cit测试中已经测试了imu的输出: ![image](https://user-images.githubusercontent.com/53631206/215410857-c927607c-ae3f-4f22-9952-9b4ac8c51818.png) ![image](https://user-images.githubusercontent.com/53631206/215410869-2d8e6ffb-66f1-4bd2-819d-a3fba71c2e26.png) 看起来应该是没问题的,所以我不知道为什么在rviz无法可视化imu,希望大佬解惑!:-) 已解决