Computer Networking A Top-Down Approach (7th Edition).pdf
2022-05-18 14:46:08 17.77MB 计算机网络
1
画面质量 描述 图像质量是用于自动图像质量评估(IQA)的开源软件库。 依存关系 Python 3.8 (开发中)Docker 安装 该软件包是公共的,并托管在PyPi存储库中。 要将其安装在您的机器中 pip install image-quality 例子 安装image-quality包之后,您可以在python终端中运行以下命令来测试它是否已成功安装。 >>> import imquality.brisque as brisque >>> import PIL.Image >>> path = 'path/to/image' >>> img = PIL.Image.open(path) >>> brisque.score(img) 4.9541572815704455 发展 如果添加新的tensorflow数据集或修改zip文件的位置,则必须更新url校验和。 您可以在以下找到
2022-05-16 19:04:57 2.37MB python machine-learning computer-vision tensorflow
1
Visual Perception from a Computer Graphics
2022-05-16 16:42:39 21.34MB Visual Perception Computer Graphics
1
该资源为计算机组成原理课程所用到的Computer_Organization_RiscV_Edition_5th(作者:David A.Patterson)教材课后题官方答案,包括第2章到第6章的所有课后题答案(第1章也没什么考察点)。
2022-05-16 14:05:52 10.4MB 文档资料
计算机程序设计艺术,算法设计经典中的经典。
2022-05-16 10:30:18 13.02MB 算法
1
算法经典巨著之卷三 主要包括非数值算法 排序和查找
2022-05-16 10:29:02 22.83MB Algorithm Knuth Donald
1
使用CORBA写一个分布式应用程序,包括用户登录、回话建立、回话查询等简单功能。
2022-05-15 16:28:52 6KB computer net
1
A first in its field, this book is both an introduction to computer simulation of liquids for upper level undergraduates and a how-to guide for specialists. The authors discuss the latest simulation techniques of molecular dynamics and the Monte Carlo methods as well as how to avoid common programming pitfalls. Theoretical concepts and practical programming advice are amply reinforced with examples of computer simulation in action and samples of Fortran code. The authors have also included a wide selection of programs and routines on microfiche to aid chemists, physicists, chemical engineers, and computer scientists, as well as graduate and advanced students in chemistry
2022-05-13 14:12:11 4.04MB Computer Simulation of Liquids
1
计算机视觉注释工具(CVAT) CVAT是用于计算机视觉的免费,在线,交互式视频和图像注释工具。 我们的团队正在使用它来注释数百万个具有不同属性的对象。 许多UI和UX决策都是基于专业数据注释团队的反馈。 在线尝试 。 文献资料 截屏 支持的注释格式 单击“上传注释”和“转储注释”按钮后,可以选择格式。 数据集框架允许通过其命令行工具和Python库进行其他数据集转换。 有关支持的格式的更多信息,请参阅。 注释格式 进口 出口 X X X X X X X 分割蒙版 X X X X X X X X X X X X X X X X 用于自动标记的深度学习模型
1