facebookresearch / adaptive_teacher

This repo provides the source code for "Cross-Domain Adaptive Teacher for Object Detection".
Other
183 stars 36 forks source link

Hello thankyou for the repository I tried to evaluate using provided pretrained model but it returns all zero like this. Any suggestion please? #17

Closed Nure123 closed 2 years ago

Nure123 commented 2 years ago

result

yujheli commented 2 years ago

We haven't provided the local pre-trained weights yet. Which weight were you loading?

Nure123 commented 2 years ago

I used The pretrained model provided on this link link

yujheli commented 2 years ago

@Nure123 The pre-trained weights are for the d2go prod codes at: https://github.com/facebookresearch/adaptive_teacher/tree/main/prod_lib You will need to align the keys

yujheli commented 2 years ago

@Nure123 The pretrained models are updated for Clipart. You can load these weights again to see if you still have issues.

ad45675 commented 2 years ago

result

hi, i want to ask . how to show the per-category bbox AP result

yujheli commented 2 years ago

@ad45675 I usually see the numbers in tensorboard. If you open the tensorboard then you can find AP@50 for each class.

ad45675 commented 2 years ago

@ad45675 I usually see the numbers in tensorboard. If you open the tensorboard then you can find AP@50 for each class.

ok, i found it thanks!