Skip to content

Commit

Permalink
add dataloader for historical color images dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jun 24, 2019
1 parent 3800b90 commit a96ad90
Show file tree
Hide file tree
Showing 4 changed files with 772 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Datasets

HistoricalColor-ECCV2012*
AFAD-Lite
tarball*
pytorch_ipynb/rnn/.data/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ A collection of various deep learning architectures, models, and tips for Tensor
- Using PyTorch Dataset Loading Utilities for Custom Datasets -- Drawings from Quickdraw [[PyTorch](pytorch_ipynb/mechanics/custom-data-loader-quickdraw.ipynb)]
- Using PyTorch Dataset Loading Utilities for Custom Datasets -- Drawings from the Street View House Number (SVHN) Dataset [[PyTorch](pytorch_ipynb/mechanics/custom-data-loader-svhn.ipynb)]
- Using PyTorch Dataset Loading Utilities for Custom Datasets -- Asian Face Dataset (AFAD) [[PyTorch](pytorch_ipynb/mechanics/custom-data-loader-afad.ipynb)]
- Using PyTorch Dataset Loading Utilities for Custom Datasets -- Dating Historical Color Images [[PyTorch](pytorch_ipynb/mechanics/custom-data-loader_dating-historical-color-images.ipynb)]

#### Training and Preprocessing

Expand Down
2 changes: 1 addition & 1 deletion pytorch_ipynb/mechanics/custom-data-loader-svhn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Model Zoo -- Using PyTaorch Dataset Loading Utilities for Custom Datasets (Cropped Street View Hous Numbers, SVHN)"
"# Model Zoo -- Using PyTorch Dataset Loading Utilities for Custom Datasets (Cropped Street View Hous Numbers, SVHN)"
]
},
{
Expand Down

Large diffs are not rendered by default.

0 comments on commit a96ad90

Please sign in to comment.