Closed harryjhnam closed 3 years ago
Hi, I am also hitting this Attribute Error, any clues on how to solve this? Thank you!
Hi,I also have this problem, have you solved it?Thanks !
I imitate data_loader.py add len function to class CocoEvalLoader which in utils.py
The definition of len function is
def __len__(self): return len(self.imgs)
@WWWWWLI Hi. I also have this problem, but solved it thanks to you! Thank you!
Hello,
When I try to run the 'train.py' there comes this error.
I have modified your code for python3.5.2 and also tried on the python2.7 with your original code, but both methods occur the same error.