Using other models besides fasterrcnn/maskrcnn with torchvision

I have recently followed the object detection tutorial and was wondering if it was possible to utilize other models within torch vision besides fasterrcnn and maskrcnn. If so, how would one go about this task?
I am very new to pytorch so sorry if I explain this poorly.