摘要: 写在前面 原始视频(30fps) 补帧后的视频(240fps) 本文是博主在做实验的过程中使用到的方法,刚好也做为了本科毕设的翻译文章,现在把它搬运到博客上来,因为觉得这篇文章的思路真的不错。 这篇文章的简要思路:整个网络由两个U-Net构成,第一个U-Net负责计算光流,第二个U-Net负责矫正光 阅读全文
posted @ 2019-08-25 18:59 冰芒 阅读(4296) 评论(1) 推荐(0) 编辑
摘要: 题目 Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) Push element x onto stack. pop() Removes 阅读全文
posted @ 2019-08-25 16:32 冰芒 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 题目 You have a lock in front of you with 4 circular wheels. Each wheel has 10 slots: '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'. The wheels can r 阅读全文
posted @ 2019-08-25 16:31 冰芒 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 题目 Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n. 给定正整数 n,找到若干个完全平方数(比如 1 阅读全文
posted @ 2019-08-25 16:30 冰芒 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 题目 Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adja 阅读全文
posted @ 2019-08-25 16:28 冰芒 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1. 环境 ubuntu16.04 GTX1080Ti x 4 nvidia 418 cuda 10.1 pytorch1.0.0 目标:在最新的显卡驱动下,使用不同版本的cuda和深度学习框架来执行、编译模型代码。 2. 前言 众所周知,NVIDIA的cuda版本更新的很快,且不同cuda版本不兼 阅读全文
posted @ 2019-08-25 16:22 冰芒 阅读(4282) 评论(0) 推荐(0) 编辑
摘要: 越简单越接近本质。 参考资料 "U Net: Convolutional Networks for Biomedical Image Segmentation" Abstract & Introduction 论文中有几个关键词: contracting path 收缩路径; expansive p 阅读全文
posted @ 2019-08-25 16:03 冰芒 阅读(1220) 评论(0) 推荐(0) 编辑