Skip to content

Measuring fire size from bounding box #20

Answered by YaliWang2019
sajontahsen asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Tahsen,

Yes, calculating the size of the bounding box is using its width * height, while we need to exclude the overlaying boxes. So far, we only need to consider the sizes on the image, not the actual fire sizes on the ground. I believe you are on the right track and you already had a good start here, just the YOLO model you trained so far might need some improvements. I've trained several YOLO models before, and they marked many overlapped boxes. When calculating the box sizes, the overlapped boxes need to be excluded, that's saying we're calculating the area only once.

Thanks,
Yali Wang

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@YaliWang2019
Comment options

@sajontahsen
Comment options

@khetansarvesh
Comment options

@Vikas-Rajpurohit
Comment options

@sajontahsen
Comment options

Answer selected by YaliWang2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
4 participants