JosephKJ / OWOD

(CVPR 2021 Oral) Open World Object Detection
https://josephkj.in
Apache License 2.0
1.03k stars 155 forks source link

Can I annotate the EBUI module while I do inference? #117

Open JiuqingDong opened 1 year ago

JiuqingDong commented 1 year ago

I trained the OWOD and got the checkpoint.

Can I just annotate this line then compare the final result? "classes = self.update_label_based_on_energy(logits, classes)"

I mean, when you compair these result, you train the model again, or just annotate the code of EBUI ? In my view, the EBUI is designd for post-processing.

image