Skip to content
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

怎么写预测脚本啊,孩子要哭了 #1

Open
yangjiuqian opened this issue Mar 2, 2023 · 1 comment
Open

怎么写预测脚本啊,孩子要哭了 #1

yangjiuqian opened this issue Mar 2, 2023 · 1 comment

Comments

@yangjiuqian
Copy link

No description provided.

@WindVChen
Copy link
Owner

哈喽 @yangjiuqian

如果指的是预测无真值标签的图像的话,一种直接的方法是,将所有待预测图像都放置于同一文件夹下,文件结构可以参考如下:

├── test
    ├── 0  # 你可以更改为其他文件夹名
        ├── img_1.jpg  # 放置待预测图像
        ├── img_2.jpg
        ├── ...

之后参考README.md中的Test Process即可作预测。

以上方法实际上是将所有图像归为假标签0,因此请忽略结果输出的Acc值。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants