DHF1K
DHF1K copied to clipboard
Revisiting Video Saliency: A Large-scale Benchmark and a New Model (CVPR18, PAMI19)
Many thanks for your great work! as far as I can see, DHF1k_attribute.xlsx only provides data for the 300 test videos. Could you also provide this kind of attribute data...
Hi! Many thanks for your great work! The ACL.h5 file could not be opened as a result of running the program. Is it possible that this file is corrupt?
Hi, thanks for the nice dataset. I want to recreate the fixation maps using the raw gaze records in [exportdata_train](https://drive.google.com/open?id=1bjvLwi8KsN5XxTY9G5gBft9Dc7XFT7hJ) folder released for DHF1K. However, the fixation map obtained using...
Hi, thank you for your dataset and the source code, I wanna replicate this work with your code, but I am confused about the paths in config.py. I want to...
```python import os import cv2 from tqdm import tqdm base_dir = '/home/simplew/dataset/sod/DHF1K' video_dir = os.path.join(base_dir, 'video') movies = [mov for mov in os.listdir(video_dir) if mov.endswith('.AVI')] for movie in tqdm(movies): image_dir...
Hi, is it possible to reupload the data for Hollywood2 as the Google drive link is now broken. Maybe upload it on Mega or Dropbox? It's very hard to download...