mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

Add crowddet

Open yuyoujiang opened this issue 2 years ago • 1 comments

Motivation

I was chosen for the 1st GLCC project in https://github.com/open-mmlab/mmdetection/issues/8029, and I'm going to cooperate with @RangiLyu add CrowdHuman and CrowdDet to mmdetection. This PR is the second part of the coding task.I will reproduce the CrowdDet algorithm in mmdet.

Modification

Create multi_instance_bbox_head.py to reproduce the CrowdDet.

yuyoujiang avatar Sep 06 '22 14:09 yuyoujiang

Followed PR: https://github.com/open-mmlab/mmdetection/pull/8437

BIGWangYuDong avatar Sep 14 '22 05:09 BIGWangYuDong

@yuyoujiang,hello, I have the same problem as issue #11061. I also reset to the version when you upload crowddet (6d500e9), but I still got similar results which could not reproduce the original paper's results. However, when I tested with the checkpoint that you provided, I was able to get the right results. Can you please explain what I am doing wrong or how I can fix it? Thank you for your help and your great work.

hh23333 avatar Nov 09 '23 14:11 hh23333