Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Questions about display a category of one image #1

Closed
achel-x opened this issue Feb 7, 2022 · 4 comments
Closed

Questions about display a category of one image #1

achel-x opened this issue Feb 7, 2022 · 4 comments

Comments

@achel-x
Copy link

achel-x commented Feb 7, 2022

Thank you for sharing. I am interesting about this work. While I use the YOLOv3 https://github.com/ultralytics/yolov3/ as the object detector.
I can generate the salience map when the image only have one object with a category, like the followings.
image

While it can't work when the image contain multiple objects of a categories like the persons in this image
image

The code compute the score I revised it as
'conf = max([iou(target_box, box)*conf], default=0)'

Could you give me some advice?

@RuoyuChen10
Copy link

Thank you for sharing. I am interesting about this work. While I use the YOLOv3 https://github.com/ultralytics/yolov3/ as the object detector. I can generate the salience map when the image only have one object with a category, like the followings. image

While it can't work when the image contain multiple objects of a categories like the persons in this image image

The code compute the score I revised it as 'conf = max([iou(target_box, box)*conf], default=0)'

Could you give me some advice?

I applied on Yolo v3 and don't appear the problem you said.

@achel-x
Copy link
Author

achel-x commented Feb 16, 2022

@RuoyuChen10 could you share your code with me? My email is achel_x@163.com.

@RuoyuChen10
Copy link

@RuoyuChen10 could you share your code with me? My email is achel_x@163.com.

sure, I will send it to you soon, and I will also upload it to my GitHub in the future: https://github.com/RuoyuChen10/objectdetection-saliency-maps

@hysts
Copy link
Owner

hysts commented May 8, 2022

Sorry I missed this issue. Looks like it's already been solved, so I'll close this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants