super.single430

Results 8 issues of super.single430

你好,我在运行您的项目时 使用摄像头是没有问题的 当我使用 **ChineseOCR** 选择图片报了以下的错误,应该是图片没有正确 **get** ![](https://github.com/Single430/issuesFile/blob/master/%E6%88%AA%E5%9B%BE_2020-09-08_16-13-05.png?raw=true) 这里我去看240行,然后断点调试,出现了下面这个信息,权限问题??,由于我不熟悉安卓的开发,这里便不知改如何修改了,希望可以得到您@WZTENG 的帮助!! ![](https://github.com/Single430/issuesFile/blob/master/%E6%88%AA%E5%9B%BE_2020-09-08_16-09-29.png?raw=true) 环境: 真机小米8, 安卓10

Below is the configuration file and training log. Looking forward to your reply. ![IMG_20210420_103511](https://user-images.githubusercontent.com/7894408/115329477-f3bf6200-a1c4-11eb-997b-f5b8a92c9e9e.jpg) ![Ocr2](https://user-images.githubusercontent.com/7894408/115327115-f8821700-a1c0-11eb-81f9-0eaa5e3a6da6.jpg) @ku21fan

> Error ```bash File "./gen_client/gen_client.py", line 76, in gen_tensorflow_client if dtype == int(tf.int8) or dtype == int(tf.uint8) or dtype == int( TypeError: int() argument must be a string, a bytes-like...

First of all, please forgive me for not providing pdf files. - pdf content ![](https://github.com/Single430/issuesFile/blob/master/Screenshot_20200430_144328.png?raw=true) - parse result `{'top': 270.97, 'left': 107.18, 'width': 193.15365600585938, 'height': 11.1899995803833, 'text': '1 营业收入'}` `{'top':...

@biubug6 您好,最近看了您的项目,在过程中遇到一些问题,测试了很多,依旧没有解决 在转成onnx后,我验证了 onnx 的推理结果,发现有些不一样的地方 ![xx](https://github.com/Single430/issuesFile/blob/master/test.jpg?raw=true) 可以看到box不准,landmark 应该也有问题,由于onnx输入的是固定 320x320 的图像,怀疑是对结果比例回放不对,但是测试了许多次依旧没有解决 onnx推理代码如下 ```python #! /bin/python # -*- coding: utf-8 -*- from __future__ import absolute_import from __future__ import division from __future__ import...

首先非常感谢作者的精彩论文和贡献代码。 在进行学习中使用以下命令进行训练: `python train.py -s data/waymo/processed/training/016 --port 9450 --expname "waymo" --configs "arguments/nvs.py" --model_path ./work_dirs/$(date '+%Y%m%d%H')/dynamic/nvs50/016` 完成后,查看eval中的`full_videos\50000_dynamic_rgbs.mp4和 @50000_static_rgbs.mp4`,效果有黑影存在,请问这是什么问题?非常期待您的回复。 @nnanhuang ![Image](https://github.com/user-attachments/assets/daa05fde-9880-498a-b422-39f4a4afe846) ![Image](https://github.com/user-attachments/assets/dbea4a5d-2429-4422-bb5a-82294ac120ff)

随便输入一张图片(XX不在图片中),然后问 “帮我找找XX在哪里放着?”,直接回复了详细的位置,太容易测出来幻觉了

您好,非常感谢在 GUI-Owl 项目上的出色工作!效果令人印象深刻。 想请问一下,后续是否有开源微调(fine-tuning)相关代码的计划? 这部分对希望复现或进一步研究该项目的开发者会有很大帮助。 再次感谢为社区做出的贡献!