tags = img.find_apriltags() if tags: print("找到了") else: print("没找到")