Skip to content

Commit f145051

Browse files
authored
Update JointsDataset.py
1 parent 32bda1a commit f145051

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/dataset/JointsDataset.py

-2
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ def __getitem__(self, idx):
126126
data_numpy = cv2.imread(
127127
image_file, cv2.IMREAD_COLOR | cv2.IMREAD_IGNORE_ORIENTATION
128128
)
129-
logger.info(data_numpy)
130129
if self.color_rgb:
131-
data_numpy = None
132130
try:
133131
data_numpy = cv2.cvtColor(data_numpy, cv2.COLOR_BGR2RGB)
134132
except Exception as e:

0 commit comments

Comments
 (0)