dyabel / detpro

Apache License 2.0
174 stars 28 forks source link

about reprodcution #39

Open ArsenalCheng opened 1 year ago

ArsenalCheng commented 1 year ago

Hi, thanks for providing the source codes and models. When I tried to reproduce the main results about DetPro, I follow the instructions in README. I got warnings in loading pretrained models and the results are relatively low.

Warnings: The model and loaded state dict do not match exactly. unexpected key in source state_dict: roi_head.clip_model.input_resolution, roi_head.clip_model.context_length, roi_head.clip_model.vocab_size.

Results: APr:0.172 APc:0.219 APf:0.258' for detection and APr:0.168 APc:0.205 APf:0.234' for segmentation.

Is there anything wrong?

Kegard commented 1 year ago

I have the same problem. But the code run and the results is same as "ReadMe"

ysysys666 commented 8 months ago

Hello, how long does it take you to train? @ArsenalCheng @Kegard