(w, h) should be (h, w) in the following part.
https://github.com/xingyizhou/CenterNet/blob/8ef87b433529ac8f8bd4f95707f6bc05052c55e9/src/lib/utils/image.py#L179
Thanks for pointing out the issue! You are correct. However draw_msra_gaussian is never used in this project.
Thanks for pointing out the issue! You are correct. However draw_msra_gaussian is never used in this project.
hello, Did you use draw_umich_gaussian in ctdet ?
No.
@xingyizhou Thanks for your amazing work and research. Can you please tell us what u actually used in ctdet( if neither draw_msra_gaussian nor draw_umich_gaussian).
@xingyizhou Thanks for your amazing work and research. Can you please tell us what u actually used in ctdet( if neither draw_msra_gaussian nor draw_umich_gaussian).
@xingyizhou i have the same question, you said "draw_msra_gaussian is never used in this project", but draw_msra_gaussian is actually used in ctdet ..., do you have any new method?
@xingyizhou excuse me ,i also want to know which gaussian function you use in ctdet? can you tell us some details about the gaussian function you use?
Thanks for pointing out the issue! You are correct. However draw_msra_gaussian is never used in this project.
hello, Did you use draw_umich_gaussian in ctdet ?
I have the same quesiton. I don't think the draw_umich_gaussian will work as it returns heatmap not changed after the function. Also, when calling draw_guassian, no variable is used to get the returned value by the function. It confused me very much.
Most helpful comment
Thanks for pointing out the issue! You are correct. However draw_msra_gaussian is never used in this project.