Kayzwer

Results 23 comments of Kayzwer

> > > Hi, @Kayzwer there is a conflict here, can you help fix it, and I want to make onnxslim as default option, because it's faster. > > >...

@deadmerc try to train with pretrained weights and freeze the whole backbone and only update the head.

> Hi @Kayzwer, thank you for help, I tried this command > > ```bash > !yolo train \ > data=dataset/data.yaml \ > model=yolov8s.pt \ > batch=-1 \ > epochs=100 \...