Natural movies
收藏DataCite Commons2024-08-05 更新2024-08-18 收录
下载链接:
https://figshare.com/articles/dataset/Natural_movies/24265498
下载链接
链接失效反馈官方服务:
资源简介:
Description of the data and file structureVarious types of natural scenes were obtained, categorized as flow (camera moving through space), pan (camera panning through space), still (fixed camera recording a still scene) and still moving (fixed camera recording an active scene). A total of 39 clips of 9.6 second duration were recorded at a frame rate of 120 FPS and a spatial extent of 720 × 1280. The dataset is divided into a training and validation set, both containing a balanced number of the different recording types (training set: 12 flow, 8 pan, 3 still and 8 still moving clips; validation set: 3 flow, 2 pan, 1 still and 2 still moving clips). All clips were preprocessed by converting the RGB channels to grayscale and bilinearly downsampling the spatial dimensions to 144 × 256.Download contains the natural and corresponding filtered clips.Code/SoftwareData is stored h5py format and can be accessed in Python as follows:<pre><pre>import h5py<br><br>root = "" # path to data<br>hf = h5py.File(f"{root}/natural.hdf5", "r") # or filtered_natural.hdf5<br>dataset_name = "train" # or "test"<br>dataset = np.array(hf.get(dataset_name))<br>hf.close()</pre></pre>
提供机构:
figshare
创建时间:
2023-10-07



