Introduction
Capybara mainly consists of the following parts:
-
Vision: Includes features related to computer vision, such as image and video processing.
-
Structures: Modules for handling structured data, such as BoundingBox and Polygon.
-
ONNXEngine: Provides ONNX inference functionality, supporting ONNX format models.
-
Utils: If something doesn’t fit into other categories, it goes here.
-
Tests: Test files used to verify the functionality of various functions.
Subsequent sections will introduce each feature and module in detail.