datasets icon indicating copy to clipboard operation
datasets copied to clipboard

Add FlyingChairs dataset

Open adriaangraas opened this issue 4 years ago • 7 comments

I've drafted up a FlyingChairs dataset, see #97 .

The dataset comes with the notice "Any commercial use is prohibited." and a very short Terms of Use but other than that does not provide a license. See their webpage. How should we inform users of that?

Add Dataset

  • Dataset Name: FlyingChairs
  • Issue Reference: #97
  • dataset_info.json Gist: here

Description

The Flying Chairs are a synthetic dataset with optical flow ground truth. It consists of 22872 image pairs and corresponding flow fields. Images show renderings of 3D chair models moving in front of random backgrounds from Flickr. Motions of both the chairs and the background are purely planar. This dataset has been used for training convolutional networks in the ICCV 2015 paper FlowNet: Learning Optical Flow with Convolutional Networks.

Checklist

  • [x] Address all TODO's
  • [x] Add alphabetized import to subdirectory's __init__.py
  • [x] Run download_and_prepare successfully
  • [x] Add checksums file
  • [x] Properly cite in BibTeX format
  • [x] Add passing test(s)
  • [x] Add test data
  • [x] Add data generation script (if applicable)
  • [x] Lint code

adriaangraas avatar Jan 30 '20 10:01 adriaangraas

Thanks @ChanchalKumarMaji for reviewing. The images there are just the first few images from the dataset, I cannot generate these images myself. What would you suggest?

adriaangraas avatar Feb 13 '20 08:02 adriaangraas

You can generate fake images (see testing/fake_data_utils.py for some methods that generate fake jpeg or png images).

cyfra avatar Feb 13 '20 15:02 cyfra

I now generated random images and flow fields instead. I also added the generation script.

adriaangraas avatar Feb 20 '20 15:02 adriaangraas

Can u please reduce the size of the fake data.

ChanchalKumarMaji avatar Feb 21 '20 15:02 ChanchalKumarMaji

@ChanchalKumarMaji less samples?

adriaangraas avatar Feb 21 '20 19:02 adriaangraas

@ChanchalKumarMaji what do you mean with "reduce the size"? Do you mean less samples? I have 5 samples, 3 in the train and 2 in the validation set.

adriaangraas avatar Apr 02 '20 14:04 adriaangraas

Any update on this PR?

innat avatar Jun 28 '22 11:06 innat