i want to separate the multi classes within images in order to preform fisher's discriminant

后端 未结 0 1838
温柔的废话
温柔的废话 2020-11-22 03:59

def seperate_classes (list_of_images_training): needed_class_list = [list_of_images_training[start:start+240] for start in range(0,len(list_of_images_training),240)

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