Replies: 1 comment
-
Hi @bthoma48 👋 It depends. What kind of answer are you looking from the data? If it's just a question of "is it dark now", then locating the sun in the sky (object detection, fine-tuned to also detect eclipse) and taking an average color of a circular area inside the detection image would be enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
YOLOv8 can be utilized for object detection and tracking of learned objects.
Is there methodology/script that can be built to specifically detect a change in color of a learned object?
For example, let’s say that learned object is “sun” with object detection of “black” (moon) across “sun” during an eclipse.
Beta Was this translation helpful? Give feedback.
All reactions