-
-
Notifications
You must be signed in to change notification settings - Fork 24
2.0 Requirements & Installation
Pzoom edited this page Apr 26, 2018
·
3 revisions
不少于4G内存,运行Ubuntu 12.04 LTS及以上版本操作系统
- Python 3环境
- 科学计算与数据可视化库:matplotlib、scipy、numpy、pylab
- 图形图像依赖库:PIL.Image
- 音频处理库及工具:librosa、pydub、ffmpeg(需设置为环境变量)
请下载下列训练好的模型文件
模型名称 | 下载链接 |
---|---|
future.ckpt | https://www.dropbox.com/s/6xhg6ipsn0fq7yy/future.ckpt.zip |
water.ckpt | https://www.dropbox.com/s/y2rstqwq21xph99/water.ckpt.zip |
laser.ckpt | https://www.dropbox.com/s/wln82c3c6ibhbfx/laser.ckpt.zip |
- 完成环境配置
- 开启指定端口[port]
- 维持原有目录结构部署程序,并将下载的模型分别解压,放置在 converter/models 下
- 执行命令,运行程序(后台静默模式)
nohup python3 server.py [port] &