TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Datasets/S-COCO

S-COCO

Synthetic COCO

ImagesCustomIntroduced 2016-06-13

Synthetic COCO (S-COCO) is a synthetically created dataset for homography estimation learning. It was introduced by DeTone et al., where the source and target images are generated by duplicating the same COCO image. The source patch ISI_SIS​ is generated by randomly cropping a source candidate at position ppp with a size of 128 ×128 pixels. Then the patch’s corners are randomly perturbed vertically and horizontally by values within the range [−ρ\rhoρ,ρ\rhoρ] and the four correspondences define a homography HSTH_{ST}HST​ . The inverse of this homography HTS=(HST)−1H_{TS} = (H_{ST} )^{-1}HTS​=(HST​)−1 is applied to the target candidate and from the resulted warped image a target patch ITI_TIT​ is cropped at the same location p. Both ISI_SIS​ and ITI_TIT​ are the input data with the homography HSTH_{ST}HST​ as ground truth.

Benchmarks

Interest Point Detection/MACE

Statistics

Papers
7
Benchmarks
1

Links

Tasks

Homography EstimationInterest Point Detection