Skip to content

Commit e713441

Browse files
authored
Update JointsDataset.py
1 parent f2fb468 commit e713441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dataset/JointsDataset.py

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def __getitem__(self, idx):
136136

137137
if data_numpy is None:
138138
logger.error('=> fail to read {}'.format(image_file))
139+
return None
139140
#raise ValueError('Fail to read {}'.format(image_file))
140141

141142
joints = db_rec['joints_3d']

0 commit comments

Comments
 (0)