- Fixed a problem with incorrect object detection on iOS when the image source is camera in the example app. #83
- Supports the latest riverpod with example app. #82
- Added NMS and confidence and image size options to initYolox. #77
- Recently loaded model can now be disposed of at any time. By default, recently loaded model is automatically disposed of when initYolox is called again. #76
- dart 2.18.0 #72
- Fixed a memory leak on model loading #71
- The Width of the stream's CameraImage is width from the length of the pixels. #45
- improvement detect method #46
- impl DetectResults #43
- Add PixelChannel to KannaRotateResults #27
- Support Flutter3 #29
- refactor example app #32
- support freezed #33
- A new method, detect, has been added for convenience when using CameraImage. #35
- Fixed to initialize dynamicLibrary lookupFunction in the constructor.
- Fixed orientation of preview image in example app.
- Can execute YOLOX on
Uint8List
pixel data. - Helper methods have been implemented to execute YOLOX on image streams.
- Fixed a problem with object detection in the sample app.
- README fixed
- License changed
- iOS is now supported.
- Use Github Actions to build ncnn
- Fixed a bug that caused an error when an object was not detected.
- Fixed a bug that caused an error when an object was not detected.
- Class name changed.
- Added a method to draw the resulting rectangle of YOLOX to image.
- Change typedef to private.
Initial Release.