ShoufaChen / DiffusionDet

[ICCV2023 Best Paper Finalist] PyTorch implementation of DiffusionDet (https://arxiv.org/abs/2211.09788)
Other
2.1k stars 162 forks source link

复现 #94

Open wang-jack-dot opened 1 year ago

wang-jack-dot commented 1 year ago

你好,我在复现您的代码时,遇到了这个问题,TypeError: '>' not supported between instances of 'NoneType' and 'int'

jkini commented 1 year ago

Hi @wang-jack-dot,

Did you manage to find a solution to this problem?

Update: Refer to the below link for the fix: https://github.com/facebookresearch/detectron2/issues/5086

wang-jack-dot commented 1 year ago

Thank you,I had solved this problem

shau88 commented 11 months ago

您好,可以分享一下您的复现日志和参数设置吗,我在复现时遇到了困难,与论文结果相差甚远,甚至达不到sparse rcnn的效果。