# FlowNet-in-cell **Repository Path**: tiantianhang/FlowNet-in-cell ## Basic Information - **Project Name**: FlowNet-in-cell - **Description**: 微操作机器人中视觉检测 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-11-14 - **Last Updated**: 2021-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## FlowNet2 (TensorFlow) 修改后的版本能够处理任意尺寸的输入 定义了接口,使用方法见demo,几行的输入即可实现光流预测。 使用环境:tensorflow1.2,ubuntu16,cuda8 ### Reference [1] E. Ilg, N. Mayer, T. Saikia, M. Keuper, A. Dosovitskiy, T. Brox FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks, IEEE Conference in Computer Vision and Pattern Recognition (CVPR), 2017. ### Acknowledgments As noted in the beginning, most part are from [sampepose/flownet2-tf](https://github.com/sampepose/flownet2-tf)