-
Notifications
You must be signed in to change notification settings - Fork 1
Clustering completed. #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…his file will be ignored by git (all files within this directory will be ignored by git with exception of ".gitkeep"). Additionally adding details to README.md to ease set up.
…er. May want to take some of these functions and turn them into a package to use in various microservices?
… not quite accurate.
…o convert to YOLO.
…d version of Ryan's selected method and datapoints are split by a diagonal line. Converted to using BoundingBox class instead of handling coordinates directly. Added labels to output.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…ance of center of found cluster to expected cluster center.
…ber expected clusters
… current methods.
…clustering_mAP Added mAP as accuracy metric. Need spacing/post-processing to improve…
…in to outside ROI
|
@RyanDoesMath Will talk about this in the next meeting, but the results are actually much better than we were getting. We were having an issue with some of the ground-truth data not being accurate to the registered images we were using. I found you had added new data in the Google Drive under cluster_bp_and_hr_yolo.zip so we used that instead, and these are the numbers we are getting: Still room for improvement with a more robust method of cluster naming, but all-in-all quite an improvement. |

Second PR from issue 29 of extractor repo.
This is PR n.o. 2 from issue #29.
Methods Evaluated and Performance
Without any error in boxes all methods: kmeans, agglomerative, and dbscan obtained 100% accuracy.
With accounting for 5% error adding and removing boxes
Improvements:
Work moving forward for next semester/in-between other :