Gene-Weaver / LeafMachine2

LeafMachine2 is a modular suite of computer vision and machine learning algorithms that enables efficient identification, location, and measurement of vegetative, reproductive, and archival components from digital plant datasets.
https://leafmachine.org/
GNU General Public License v3.0
26 stars 6 forks source link

Remove redundant conditional from test file and update README #13

Open mpitblado opened 3 months ago

mpitblado commented 3 months ago

As is_test = True was defined by the function itself, there would never be a case in which the condition is not met, thus making the if statement redundant. This patch removes the if statement for that condition.

Removes statement about streamlit GUI being developed, as it appears to have been released on 2024-03-25?