Paper-Chart-Extraction-Project / ChartExtractor

ChartExtractor uses computer vision to convert images of paper charts to digital data.
https://paper-chart-extraction-project.github.io/ChartExtractor/
GNU General Public License v3.0
3 stars 1 forks source link

Feature untiling #19

Closed RyanDoesMath closed 3 months ago

RyanDoesMath commented 3 months ago

Feature: Untiling

Add functions for untiling detections and correcting annotation coordinates

This pull request introduces two new functions:

These functions are essential for reassembling detections made on tiled images and ensuring they accurately represent objects in the full image. Correct_annotation_coords is a generalization of correct_bounding_box and correct_keypoint, and so those functions were replaced with calls to correct_annotation_coords.