We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我没有找到开源者的原图片,所以我用了100000张那个数据集,用PIL库进行像素处理。标签是灰度图,值为0-4,所以在导入图片像素之后,创建4张值全为0的灰度图,然后遍历每一个像素点,把相应的像素填到4张灰度图对应的图的对应位置,然后分开保存,就可以了。
Originally posted by @JoernZheng in #59 (comment)
The text was updated successfully, but these errors were encountered:
可以提供一下分类的代码吗?
Sorry, something went wrong.
No branches or pull requests
我没有找到开源者的原图片,所以我用了100000张那个数据集,用PIL库进行像素处理。标签是灰度图,值为0-4,所以在导入图片像素之后,创建4张值全为0的灰度图,然后遍历每一个像素点,把相应的像素填到4张灰度图对应的图的对应位置,然后分开保存,就可以了。
Originally posted by @JoernZheng in #59 (comment)
The text was updated successfully, but these errors were encountered: