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

Commit

Permalink
- remove camvid
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Jun 11, 2018
1 parent a72bd41 commit fa4bcc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inferno/io/box/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Things that work out of the box. ;)"""

from .camvid import CamVid, get_camvid_loaders
# FIXME Camvid requires some deprecated torch function
# 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

0 comments on commit fa4bcc6

Please sign in to comment.