`detect_tool.py` Line 101-102。最好使用`len(boxes)`,而不要调用`__len__()`。
detect_tool.pyLine 101-102。最好使用len(boxes),而不要调用__len__()。