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

Commit

Permalink
Update build.py (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeletonOne authored and fmassa committed Jun 12, 2019
1 parent 378845c commit 5b20697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maskrcnn_benchmark/data/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def build_dataset(dataset_list, transforms, dataset_catalog, is_train=True):
"""
Arguments:
dataset_list (list[str]): Contains the names of the datasets, i.e.,
coco_2014_trian, coco_2014_val, etc
coco_2014_train, coco_2014_val, etc
transforms (callable): transforms to apply to each (image, target) sample
dataset_catalog (DatasetCatalog): contains the information on how to
construct a dataset.
Expand Down

0 comments on commit 5b20697

Please sign in to comment.