ncnn_yolox_flutter 0.1.1 ncnn_yolox_flutter: ^0.1.1 copied to clipboard
This is a plugin to run YOLOX on ncnn.
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.