Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@daniel-jodlos daniel-jodlos released this 08 Jul 08:00
· 21 commits to main since this release
964760e

What's Changed

  • Add EfficientNetV2 and SqueezeNet by @jakmro in #4
  • Enable multiple detections in ExVision.ObjectDetection models by @jakmro in #5
  • ExVision.InstanceSegmentation.MaskRCNN_ResNet50_FPN_V2 was added, adding the capability to perform instance segmentation. by @jakmro in #6
  • Keypoint detection by @jakmro in #7

Other changes

  • ExVision.Detection was renamed to ExVision.ObjectDetection
- ExVision.Detection.FasterRCNN_ResNet50_FPN
+ ExVision.ObjectDetection.FasterRCNN_ResNet50_FPN

New Contributors

Full Changelog: v0.1.0...v0.3.0