-
Hi, I’m working with this project to analyze different photo sessions. In these multiple photos there is a colorchecker on the same position, always. In the first photo of the session I run the segmentation/detection function with additional_data=True, so I can get the, principally, swatch colours. Since the colour checker will always stay in the same place for the rest of the photos in the sessions, I’d like to avoid running the segmentation again on every image, but obtaining the swatches colours on every other photo with the data obtained from the first one. This, for doing a calibration of these next photos later. With this context, what other attribute in the output you think could help me in my case? the documentation its great, but with all the contours and quadrilaterals obtained i got a little confuse, sorry. Thanks in advance for the work done here, KelSolaar, its helping me a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @vicgalba, Check how its done here: https://github.com/ampas/idt-calculator/blob/master/aces/idt/generators/base_generator.py#L351C1-L365C2, the process is as follows:
|
Beta Was this translation helpful? Give feedback.
Hi @vicgalba,
Check how its done here: https://github.com/ampas/idt-calculator/blob/master/aces/idt/generators/base_generator.py#L351C1-L365C2, the process is as follows:
additional=True
to produce the rectanglessample_colour_checker
to extract the colours