We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the line 12 of trainYOLOv8Wrapper.py: results = self.model.train(data= config, epochs=epochs, imgsz=self.imgSize, pretrained=true)
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.