A PyTorch (Lightning) implementation of Ellipse R-CNN. Originally developed for another project, it has proven succesful in predicting instanced ellipses. The methodology is based on this paper, albeit different in the sense that this model uses the regressed bounding box predictions instead of region proposals as the base for predicted normalised ellipse parameters.
-
Notifications
You must be signed in to change notification settings - Fork 9
A PyTorch implementation of Ellipse R-CNN
License
wdoppenberg/ellipse-rcnn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A PyTorch implementation of Ellipse R-CNN