ming71 / rotate-yolov3

Arbitrary oriented object detection implemented with yolov3 (attached with some tricks).
222 stars 58 forks source link

question to ryolo #7

Closed MajorMango closed 2 years ago

MajorMango commented 4 years ago

Hello ming71, Iam farly new to the whole topik. I trainet my own Yolo dataset, and now i want to go further. I dont understand axacly how i can customize yolo do i have to do it only in the config file or do I have to write new code, is there some nice explanation out there ? you can recoment ? Sory for opening an issue for this I did not knew how to contact you elswehre. Thank You

ming71 commented 4 years ago

hi, I think you'd better make it clear how the codebase implemented. This repo is strongly recommended and is kind enough. if you want to customize yolo, just make changes on cfg file. But you still have to write new codes once you wish to use some unimplemented module.