Skip to content

Incorrect boolean value trainYOLOv8Wrapper.py #16

Open
@NoelDNathan

Description

@NoelDNathan

In the line 12 of trainYOLOv8Wrapper.py:
results = self.model.train(data= config, epochs=epochs, imgsz=self.imgSize, pretrained=true)

The boolean value true is incorrect in Python—it should be capitalized as True.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions