Skip to content

Commit

Permalink
now pascalcontext load compressed tfrecord
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardyehuang committed Jul 11, 2022
1 parent 36bde3a commit fb2d9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pascal_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __init__(self, dataset_dir, ignore_label_to_background=False):
self.ignore_label = 0
self.num_class = 59
self.val_image_count = 5105
self.compress = True

if ignore_label_to_background:
self.num_class = 60
Expand Down

0 comments on commit fb2d9ee

Please sign in to comment.