- Update Unity Sentis to 2.1.1 from 2.1.0.
- Fix BaseModel.GetOutputShapes() to support input layers with data types other than Float.
- Change access modifiers of BaseModel class.
- Add Object Detection Model for DETR based models. (e.g. RT-DETR, D-FINE)
- Rename structure for object detection results to BoundingBox from Object.
- Fix sample model of segmentation package.