computervisionlearner / Image_matching

test code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross-spectral Image Patch Matching by Learning Features of the Spatially Connected Patches in a Shared Space

Requirement

  1. tensorflow(>=1.2)
  2. sklearn
  3. scipy

Datasets

Follow the following steps to generate the dataset

  1. Download csv(这个网站需要翻墙,如果访问不了,可以直接用datasets文件夹下的那个压缩包)
    cd datasets
    ./download_nirscenes_csv.sh
  2. Download the original nirscenes dataset link
  3. Decompress the dataset on /datasets/nirscenes
  4. Use our script to generate the dataset

Model

The pretrained model can be used: https://pan.baidu.com/s/1qZk5dGo

About

test code


Languages

Language:Python 98.7%Language:Shell 1.3%