In the spirit of Advice on asking for Support why are you trying to train using the DOTA dataset instead of using the pretrained model? What’s your aim?
If you need an OBB model trained on the data, you can load them using YOLO("yolo11n-obb.pt")
without having to retrain anything. If your aim is to train a model from scratch, then yes you’d want to run these commands prior to training and then make sure to update the data YAML file for training to reflect the new directories created.