Skip to content

Releases: cdiddy77/react-native-mediapipe

Release 0.5.1

18 Sep 05:02
Compare
Choose a tag to compare

0.5.1 (2024-09-18)

Bug Fixes

  • rewrite orientation handling for pose detector. Create docs (#148) (fc9f75a)

Release 0.5.0

07 Sep 22:07
Compare
Choose a tag to compare

0.5.0 (2024-09-07)

Bug Fixes

  • docs: added period to meta description for issue #122 (138ea6c)
  • docs: changed bad meta description for issue #122 (6f95bcc)

Features

  • change code to avoid rerenders, add framerate option (#139) (0fd2e27)
  • replace favicon with rnmp logo (6c45b20)

Release 0.4.0

24 Jun 03:44
Compare
Choose a tag to compare

0.4.0 (2024-06-24)

Bug Fixes

  • #112, #113 and #116; small changes in documentation files (object-detection.md and intro.md) (#125) (c73f1b1), closes #107 #107
  • continued color theme through object detection app and styled photo selection view page (#110) (f7f9e30)
  • make so facelandmarker photo passes typecheck (#133) (69ff0d5)
  • removed unnecessary catch block (8196519)
  • title and logo for documentation site (#107) (#119) (b43843a)

Features

  • added face detection to images (#129) (4b62af4)
  • basic pose detection working on android and ios (#137) (7a2a5e0)
  • fixed error handling properly (d95255b)

Release 0.3.0

30 May 02:59
Compare
Choose a tag to compare

0.3.0 (2024-05-30)

Bug Fixes

  • added consistent color theme to the permissions page to match our logo (#89) (e7ed1a1)
  • added fragment to satisfy the linter (67c7ef5)
  • added some styling to the mic and camera permissions page in the object detection app (#78) (c83d175)
  • android inference with faster yuv->rgb conversion (#51) (7418742)
  • deleted unnecessary file (de31370)
  • deploy to docusaurus site only when changes go into main (26bc3a4)
  • improve the category text display (#68) (d5fde80)
  • make android object detection rectangles correct (#75) (6e81951)
  • replaced switch camera text with symbol (57acc84)
  • fix for the ios build (#92) (e145b44)
  • work-around long path issues on windows (#39) (4468f9e)

Features

  • add docusaurus CI (#29) (0bf2516)
  • Add icons packages for android/ios and consume them in the tab bar (#60) (037aa22)
  • add link to the loom starter video (#38) (4e07cf6)
  • add tab navigation to object detection sample (#57) (bd7f448)
  • added error handling and the ability to select a new image when complete (701dd7e)
  • added functionality to crop-picker - not clean though (01b0070)
  • added image selection to tab (1635754)
  • face landmark detection (#108) (46d4220)
  • implement object detection on image (#93) (2effd66)
  • inference: Download models at build time (#85) (2da104f)
  • installed react-native-image-crop-picker (be7e4b4)
  • made app open photo instead of camera (5ad6f23)
  • settings: add a simple settings menu to the objectdetection sample (#79) (0b6bc95)

Release 0.2.0

03 Apr 22:46
Compare
Choose a tag to compare

0.2.0 (2024-04-03)

Bug Fixes

  • exclude docsite from build file (09188af)
  • run tsc in docsite properly (8972829)

Features

  • example app draws rectangles (#28) (681930e)
  • first cut at object detection on ios (506c222)
  • first draft of object detection on android (61ae986)
  • fix lint errors (22517a4)