honeygupta / PAGSR

This repository contains the code for our paper: Pyramidal edge-maps and Attention based Guided thermal image Super-Resolution (PAGSR)
11 stars 0 forks source link

How to rectify the CATS dataset? #3

Closed xuqingyu26 closed 2 years ago

xuqingyu26 commented 2 years ago

Amazing works! It will be better if the code of dealing with the CATS dataset is released.

honeygupta commented 2 years ago

Hi, and thanks for showing interest in our work. Can you please explain what do you mean by the code dealing with the dataset?

xuqingyu26 commented 2 years ago

In paper, CATS dataset is processed similar to FLIR-ADAS dataset. I'm interested in the way of identifying the correspondences and estimating the relative transformation matrices between image pairs.

honeygupta commented 2 years ago

We manually identified the correspondences. The process is similar to the one mentioned in this example - link, but instead of using SURF or any other features for determining the correspondences, we manually chose the 2D points in the image.