perception:用于检测儿童性虐待材料的感知哈希工具

时间:2024-06-04 01:38:08
【文件属性】:

文件名称:perception:用于检测儿童性虐待材料的感知哈希工具

文件大小:1.05MB

文件格式:ZIP

更新时间:2024-06-04 01:38:08

Python

洞察力 perception为感知哈希研究,开发和生产使用提供了灵活,文档完善且经过全面测试的工具。 有关详细信息,请参见。 背景 perception最初是在开发的,是我们从互联网上消除对儿童进行性虐待的材料的一部分。 有关此问题的更多信息,请查看。 入门 安装 pip install opencv-python perception 散列 通过perception可以轻松实现具有不同功能的哈希。 from perception import hashers file1 , file2 = 'test1.jpg' , 'test2.jpg' hasher = hashers . PHash () hash1 , hash2 = hasher . compute ( file1 ), hasher . compute ( file2 ) distance = hasher . co


【文件预览】:
perception-master
----Dockerfile(419B)
----.gitignore(400B)
----setup.cfg(2KB)
----README.md(3KB)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
----build-scripts()
--------linux.sh(533B)
--------macos.sh(603B)
--------windows.bat(425B)
----tests()
--------test_benchmarking.py(7KB)
--------test_experimental.py(4KB)
--------test_tools.py(7KB)
--------__init__.py(0B)
--------test_hashers.py(6KB)
--------test_tmk.py(2KB)
----docs()
--------conf.py(2KB)
--------index.rst(2KB)
--------examples()
--------api()
--------requirements.txt(216B)
----LICENSE(11KB)
----.dockerignore(15B)
----.gitattributes(36B)
----Pipfile(532B)
----.readthedocs.yaml(312B)
----CODE_OF_CONDUCT.md(3KB)
----MANIFEST.in(256B)
----pyproject.toml(68B)
----setup.py(2KB)
----Makefile(2KB)
----versioneer.py(67KB)
----perception()
--------extensions.pyx(14KB)
--------hashers()
--------utils.py(95B)
--------tools.py(14KB)
--------_version.py(18KB)
--------experimental()
--------__init__.py(92B)
--------testing()
--------py.typed(0B)
--------benchmarking()

网友评论