此仓库仅实现GhostNet的演示代码。 请移至以获取更多详细信息。 幽灵网 此存储库提供了CVPR 2020论文Pytorch演示实现。 带有预训练模型的TensorFlow / PyTorch实现可在。 要求 该代码已在Python3 PyTorch 1.0+上进行了验证。 用法 用法示例: import torch from ghost_net import ghost_net model = ghost_net(width_mult=1.0) input = torch.randn(32,3,224,224) y = model(input) print(y) GhostNet简介 GhostNet:廉价运营带来的更多功能。 CVPR2020。 韩开,王云和,田琦,郭建元,徐春景,徐昌。 方法 表现 GhostNet击败了其他SOTA轻量级CNN,例如MobileNetV
1
C# Zip 压缩和解压 NET 4.5 using System.IO.Compression;
2021-06-30 11:02:26 44KB 压缩和解压
1
Book Description: If you want to attract and retain users in the booming mobile services market, you need a quick-loading app that won’t churn through their data plans. The key is to compress multimedia and other data into smaller files, but finding the right method is tricky. This witty book helps you understand how data compression algorithms work—in theory and practice—so you can choose the best solution among all the available compression tools. With tables, diagrams, games, and as little math as possible, authors Colt McAnlis and Aleks Haecky neatly explain the fundamentals. Learn how compressed files are better, cheaper, and faster to distribute and consume, and how they’ll give you a competitive edge. Learn why compression has become crucial as data production continues to skyrocket Know your data, circumstances, and algorithm options when choosing compression tools Explore variable-length codes, statistical compression, arithmetic numerical coding, dictionary encodings, and context modeling Examine tradeoffs between file size and quality when choosing image compressors Learn ways to compress client- and server-generated data objects Meet the inventors and visionaries who created data compression algorithms
2021-06-29 11:43:32 11.3MB Understandin Compression
1
多媒体工程中的图像与视频压缩。目前视频领域有很多种压缩算法,主要目的是满足高清视频的存储与传输需要,值得学习。
2021-06-28 00:54:46 8.78MB 图像处理 视频处理
1
spring5基本包,包括commons-logging-1.1.1.jar日志包
2021-06-27 09:01:31 3.15MB commons-logging-
1
lpc matlab代码语音压缩最小二乘法 最小二乘音频和语音压缩线性预测编码(LPC) 这是设拉子大学线性代数课程的MATLAB项目,由Hamed Masnadi-Shirazi博士在2016年Spring学期授课。 项目指南也包括在内。
2021-06-18 08:54:41 201KB 系统开源
1
图片格式处理工具,可以把png装换为android下的etc格式,官网下载太慢,转到csdn来方便大家下载
2021-06-04 09:41:00 110.4MB png 装换 etc cocos
1
数据压缩经典教材(第四版,2007年),David Salomon,Springer出版。 吴乐南教授翻译的《数据压缩原理与应用》是其第二版。
2021-05-25 14:45:53 8.84MB Data compression; 4th
1
H.264.And.MPEG-4.Video.Compression中文版
2021-05-25 11:06:51 32.86MB 视频编码
1
无损数据压缩器。 这是我所提出的一些想法的概念证明。
2021-05-07 17:03:33 16KB 开源软件
1