inaturalist / vision-camera-plugin-inatvision

react-native-vision-camera frame processor plugin
MIT License
5 stars 2 forks source link

Multi frame smoothing repair #18

Closed jtklein closed 8 months ago

jtklein commented 8 months ago

The array that should keep track of the results of the previous frames was mistakenly initialized new with every frame. This PR repairs the function of storing the predictions of the past 5 frames and returning only the best one.