Submitted by hundley10 t3_10dqwqb in MachineLearning
What model structure would be recommended for detecting the coordinates of all 4 corners of a rectangle (e.g. index cards)? Most object detection models like YOLO produce rectangular bounding boxes; what tweaks can be made to trace the object regardless of orientation?
For my specific problem, classical edge/corner detectors aren't a good fit - so I'm falling back on ML. Currently have a dataset of about 1500 domain-specific labeled images; hoping to train a model on TF. Thanks for the suggestions!
Edit: here are a few examples from my dataset. The green dots aren't part of the images; they just show how the corners are annotated:
PredictorX1 t1_j4mv82b wrote
Assuming that you are trying to locate all corners of a rectangle in a raster image, I suggest researching corner detection in image processing.