-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有几个现在无法处理的问题需要请教帮忙....... #25
Comments
|
谢谢,后面还有问题,还希望能够帮忙。百忙中打扰您了。 |
您好,还有几个问题,我现在依旧无法处理,再次打扰您了。问题如下: 2.之后提到 3.请问classification和detection这两个部分是否存在关联呢? 4.我们已经借助现有的模型生成了eval_inception_v4.pkl 、 predictions_inception_v4.jsonl两个文件,并且打开jsonl可以看到一些结果。但是detection部分似乎并没有用到classification的模型和结果。 |
1 Yes, see last figure. |
谢谢您的帮助,真的帮了我许多。 |
One more question!!!!! I'm Sorry! 在使用自己的图片进行测试的时候,需要将图片按照规定的格式命名吗?(根据远近、是否遮挡等命名成测试集中图片的样子)还是可以直接命名为test1.jpg等等呢? |
It reads image file from "file_name" key: https://github.com/yuantailing/ctw-baseline/blob/master/detection/prepare_test_data.py#L49 Nowhere else use "file_name" key, so there is no limit on "file_name". |
您好,还有一些小问题: |
You should change the code to adapt to your data by yourself. I can only help you to reproduce our experiment results, that's all. |
我想要在不训练,使用现有模型的情况下实现图片内文字检测的功能,阅读文档后还有以下的问题:
1、直接使用已有模型,是否需要从tutorial2的部分开始进行呢?还是直接从tutorial3中间开始呢?
2、如果需要下载一部分的图片文件来避免程序报错,是否应该放置在../data/image/下的test和trainval文件夹下?
3、我想要采用google inception模型,下载之后解压,得到的模型文件应该放到哪里?
4、如果想要实现自己的图片检测,图片路径应该在哪里?
The text was updated successfully, but these errors were encountered: