You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on implementing a way to upload an image and classify it straight from the upload.
Looks like this can be done by saving the samples' segments to the DB with bloodStatus as "notBlood" (arbitrary), evaluating its segments in a test set against many other segments in a pre-determined training set, and then updating the bloodStatus based on the result. This will require some more engineering.
In MySQLCon.java, need to add an SQL query to update the Sample table (in addition to the segment table which is already implemented).
The text was updated successfully, but these errors were encountered:
Working on implementing a way to upload an image and classify it straight from the upload.
Looks like this can be done by saving the samples' segments to the DB with bloodStatus as "notBlood" (arbitrary), evaluating its segments in a test set against many other segments in a pre-determined training set, and then updating the bloodStatus based on the result. This will require some more engineering.
In MySQLCon.java, need to add an SQL query to update the Sample table (in addition to the segment table which is already implemented).
The text was updated successfully, but these errors were encountered: