Unverified Commit a24191ed authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

add version information to docstring of Phototour dataset (#3437)


Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
parent 870edfdf
...@@ -10,7 +10,17 @@ from .utils import download_url ...@@ -10,7 +10,17 @@ from .utils import download_url
class PhotoTour(VisionDataset): class PhotoTour(VisionDataset):
"""`Learning Local Image Descriptors Data <http://phototour.cs.washington.edu/patches/default.htm>`_ Dataset. """`Multi-view Stereo Correspondence <http://matthewalunbrown.com/patchdata/patchdata.html>`_ Dataset.
.. note::
We only provide the newer version of the dataset, since the authors state that it
is more suitable for training descriptors based on difference of Gaussian, or Harris corners, as the
patches are centred on real interest point detections, rather than being projections of 3D points as is the
case in the old dataset.
The original dataset is available under http://phototour.cs.washington.edu/patches/default.htm.
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment