Need this resolved: AttributeError: 'NoneType' object has no attribute 'keys'

Viewed 12
File "/Users/PycharmProjects/ocs_project/train.py", line 545, in main
    class_count = len(image_lists.keys())

AttributeError: 'NoneType' object has no attribute 'keys'

enter image description here

0 Answers
Related