Remove the rain in the input image/video by applying the derain methods based on convolutional neural networks. Supported models:

Recurrent Squeeze-and-Excitation Context Aggregation Net (RESCAN). See http://openaccess.thecvf.com/content_ECCV_2018/papers/Xia_Li_Recurrent_Squeeze-and-Excitation_Context_ECCV_2018_paper.pdf.
Training scripts as well as scripts for model generation are provided in the repository at https://github.com/XueweiMeng/derain_filter.git. The filter accepts the following options: ‘dnn_backend’
Specify which DNN backend to use for model loading and execution. This option accepts the following values: ‘native’
Native implementation of DNN loading and execution. Default value is ‘native’. ‘model’
Set path to model file specifying network architecture and its parameters. Note that different backends use different file formats. TensorFlow backend can load files for both formats, while native backend can load files for only its format. ffmpeg -i derain_input.mp4 -vf derain=model=derain_RESCAN.model derain_output.mp4 缺点:利用 CPU 处理时速度太慢,效果不是很完美。

最新文章

  1. Visual Studio 2015中创建C#的Android项目提示"Value cannot be null"的解决方法
  2. relative
  3. DUILIB 实现微信气泡聊天效果
  4. 每天一命令 git stash
  5. Validation failed for one or more entities. See ‘EntityValidationErrors’解决方法【转载】
  6. 枚举Enumerations
  7. js中的条件语句
  8. android greenDao SQLite数据库操作使用的工具
  9. Codeforces 442B Andrey and Problem(贪婪)
  10. Repository、IUnitOfWork 和 IDbContext 的实践
  11. Scrum 冲刺 第五日
  12. 1102mysql关于SOCK文件的认识
  13. MyBatis 中一对一和一对多的映射关系
  14. lsblk
  15. 第4章 DHCP服务
  16. BZOJ.4771.七彩树(可持久化线段树)
  17. 自学Linux Shell15.2-作业控制命令(jobs/bg/nice/renice/at/atp/atrm/crontab)
  18. SQL面试题之行转列
  19. (转)Python的web服务器
  20. MATLAB中 histogram 和 imhist 的区别

热门文章

  1. Python代码风格的良好养成
  2. 牛客第八场 C-counting paths 树形dp计数
  3. ora 12518监听程序无法分发客户机连接
  4. 命令方式 搭建 (简易)Maven项目
  5. LOJ-6282-数列分块入门6
  6. C# 两个进程之间通讯(管道通信 )
  7. 2018 计蒜之道-初赛 第一场 A-百度无人车
  8. codevs 1405 牛的旅行x
  9. 015 pip的使用
  10. Apicloud_(模板)登陆注册功能模板