Skip to content

ImageLabels #2

@pankaj251003

Description

@pankaj251003

np_image_list = np.array(image_list, dtype=np.float16) / 225.0
2
----> 3 x_train, x_test, y_train, y_test = train_test_split(np_image_list, image_labels, test_size=0.2, random_state = 42)
4
5 aug = ImageDataGenerator(

NameError: name 'image_labels' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions