Skip to content

Commit

Permalink
Add checksums path to tid2013 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Ocampo committed Oct 6, 2019
1 parent 48791b8 commit 607044e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imquality/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.2.2"
4 changes: 4 additions & 0 deletions imquality/datasets/tid2013.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
import tensorflow as tf
import tensorflow_datasets.public_api as tfds

from . import CHECKSUMS_PATH

tfds.download.add_checksums_dir(CHECKSUMS_PATH)

CITATION = r"""
@article{ponomarenko2015image,
title={Image database TID2013: Peculiarities, results and perspectives},
Expand Down

0 comments on commit 607044e

Please sign in to comment.