Further fix

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-05-13 11:35:12 +02:00
parent be53b0a320
commit f9a7000b46

View File

@ -278,7 +278,7 @@ def load_scenenet_val(photo_paths: Sequence[Sequence[str]],
final_image_paths.append(image_path)
final_labels.append(labels)
empty_label = [0, 0, 0, 0, 0]
empty_label = [[0, 0, 0, 0, 0]]
real_final_labels = []
for labels in final_labels:
_labels = labels[:]