ncnn_yolox_flutter 0.2.0 ncnn_yolox_flutter: ^0.2.0 copied to clipboard
This is a plugin to run YOLOX on ncnn.
0.2.0 #
- 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
0.1.2 #
- Fixed to initialize dynamicLibrary lookupFunction in the constructor.
0.1.1 #
- Fixed orientation of preview image in example app.
0.1.0 #
- 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.
0.0.7+1 #
- README fixed
0.0.7 #
- License changed
0.0.6 #
- iOS is now supported.
- Use Github Actions to build ncnn
0.0.5 #
- Fixed a bug that caused an error when an object was not detected.
0.0.4 #
- Fixed a bug that caused an error when an object was not detected.
0.0.3 #
- Class name changed.
0.0.2 #
- Added a method to draw the resulting rectangle of YOLOX to image.
- Change typedef to private.
0.0.1 #
Initial Release.