Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
- put camvid in __init__ again (it was fixed in a previous commit)
Browse files Browse the repository at this point in the history
- remove bsd500 from this branch (has neurofire dependency)
  • Loading branch information
nasimrahaman committed Jun 18, 2018
1 parent fa4bcc6 commit c70aee0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 215 deletions.
4 changes: 1 addition & 3 deletions inferno/io/box/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Things that work out of the box. ;)"""

# FIXME Camvid requires some deprecated torch function
# from .camvid import CamVid, get_camvid_loaders
from .camvid import CamVid, get_camvid_loaders
from .cityscapes import Cityscapes, get_cityscapes_loaders
from .cifar import get_cifar10_loaders, get_cifar100_loaders
from .bsd500 import BSD500, get_bsd500_loaders, get_bsd500_dataset
212 changes: 0 additions & 212 deletions inferno/io/box/bsd500.py

This file was deleted.

1 change: 1 addition & 0 deletions inferno/io/box/camvid.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def download(self):
raise NotImplementedError


# noinspection PyTypeChecker
def get_camvid_loaders(root_directory, image_shape=(360, 480), labels_as_onehot=False,
train_batch_size=1, validate_batch_size=1, test_batch_size=1,
num_workers=2):
Expand Down

0 comments on commit c70aee0

Please sign in to comment.