TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' What is the problem?

前端 未结 0 1052
南旧
南旧 2021-02-19 08:50
def load_file():
  # Проходим циклом и загружаем все файлы из папок
  cat_files = []
  dog_files = []

  for i in (cat_name):
    df = cv2.VideoCapture(file_name_cat + i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题