项目作者: stwklu

项目描述 :
Deep learning based search method
高级语言: Python
项目地址: git://github.com/stwklu/DL_SearchMethod.git
创建时间: 2018-03-23T23:38:18Z
项目社区:https://github.com/stwklu/DL_SearchMethod

开源协议:

下载


Deep learning based search method

Overview

We investigated in planar object tracking task and present with an idea of using a deep convolutional neural network for estimating the relative updating warp parameters between a pair of images. We use a corner displacement parameterization which we can use to represent and recover the warping transformation between two corners. Initial theory workout and the training of the network have shown that developing such a neural network based search method for warping parameters updates is possible.
More detail of the project can be found in report.

Prerequisites

  • Python3
  • Keras
  • Numpy
  • OpenCV

Results

Model DeTone et. al. Our Re-creation
Mean corner error 9.3951 9.2

Team members

Author
Chen Jiang
Steven Weikai Lu

Acknowledgement

This is the final project report for CMPUT 428, instructed by Prof. Martin Jagersand and Teaching Assistant Abhineet Singh, University of Alberta. While we worked on our project in a deeply-cooperating fashion, a work distribution of each group member can be roughly listed as follows:

  • Chen Jiang: Overall project design, network architecture design, coding
  • Steven Weikai Lu: Synthetic dataset generation, illumination and occlusion perturbation.