Text detection in pytorch

Hey I want to build a text detection model. I wanted to know if there are any object detection(like yolo, etc) libraries in Pytorch or do I have to implement these algorithms from scratch. Or is there any better way to do that?

Look at

https://pytorch.org/docs/stable/torchvision/models.html#faster-r-cnn

Hey thanks for the help, but what about YOLO?