amirbar / DETReg

Official implementation of the CVPR 2022 paper "DETReg: Unsupervised Pretraining with Region Priors for Object Detection".
https://amirbar.net/detreg
Apache License 2.0
334 stars 46 forks source link

How to plot the gradients #46

Closed ver0z closed 1 year ago

ver0z commented 2 years ago

Can you help saying how to plot the gradient norms from the unsupervised DETReg detection

cjrd commented 2 years ago

Yes - absolutely. I'll add this code + docs in the next couple of weeks.

xiangtaowong commented 2 years ago

Yes - absolutely. I'll add this code + docs in the next couple of weeks.

looking forward to ur update

Flyooofly commented 1 year ago

Yes - absolutely. I'll add this code + docs in the next couple of weeks.

looking forword to ur update

amirbar commented 1 year ago

This should be straightforward to compute (similar to saliency maps). At this point, we will not release this code.