dyabel / detpro

Apache License 2.0
174 stars 28 forks source link

The advantages of separate head for KD when ensembling? #26

Closed Dwrety closed 2 years ago

Dwrety commented 2 years ago

Is there any significant improvement by adding a separate head network for the roi feature alignment by calling forward_embedding_for_image() function in the ensemble setup?

dyabel commented 2 years ago

Yes, there is some improvement, not sure significant. You can see the reason in the ViLD paper. Regards.

felixfuu commented 1 year ago

@dyabel The conclusion of my experiment is that the result of detpro_base.py is very poor. Cuold you share the results of detpro_base.py?