Computer Vision Libraries
We have covered the basics of deep learning and computer vision in this cours. But there is still much to explore. We will show you some advanced computer vision libraries and tools here.
We have covered the basics of deep learning and computer vision in this cours. But there is still much to explore. We will show you some advanced computer vision libraries and tools here.
Ultralytics is a company that provides a lot of state-of-the-art computer vision models like Yolo or Segment Anything. The nice thing about Ultralytics is that you can use these models freely. They also provide a nice Python API for these models that makes working with them very easy.
Roboflow is a website for managing datasets and training models. If you need free datasets this site provides a lot.
Supervision is a library from Roboflow that makes drawing bounding boxes and annotating images very easy.
OpenMMLab is one of the most advances libraries for computer vision based on PyTorch. It provides a lot of predefined model architectures and an easy to use API.