uf-mil / mil

Monorepo of the Machine Intelligence Lab at the University of Florida
https://mil.ufl.edu/docs
Other
46 stars 29 forks source link

Simple square detection initialized #1270

Closed AlexanderWangY closed 2 months ago

AlexanderWangY commented 2 months ago

Added simple script to detect a square in an image. Also includes two AI generated test images (although we will need to collect more real images when testing)

cbrxyz commented 2 months ago

This is a good start! Great job on creating a color square detector! Just remember to install pre-commit for future PRs (pre-commit install should do it, otherwise check out the software docs). And, remember that environmental conditions will influence things like angles, lighting, occlusion, etc. which will likely test edge cases of your detector. It might be better to consider training an ML model (which Daniel can help with, when he is available/around) rather than using classical CV. Nonetheless, great start!