Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9196fae

Browse files
committedApr 28, 2018
fix: Fix incorrect HDF5 dataset path variable name
1 parent 586db9e commit 9196fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎data_generator/object_detection_2d_data_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def __init__(self,
211211
self.eval_neutral = None
212212

213213
if not hdf5_dataset_path is None:
214-
self.hdf5_dataset_path = file_path
214+
self.hdf5_dataset_path = hdf5_dataset_path
215215
self.load_hdf5_dataset(verbose=verbose)
216216
else:
217217
self.hdf5_dataset = None

0 commit comments

Comments
 (0)
Please sign in to comment.