William Queree
Results
3
issues of
William Queree
In the original TransFusion paper: it states that the Gaussian Mask, $M$, is initialised as follows, with inspiration from CenterNet: $$ M_{ij}=\exp(-\frac{(i-c_x)^2 + (j-c_y)^2}{\sigma r^2}) $$ However, upon inspection of...
Links point to `configs/configs/transfusion_config_file.py` when they should point to `configs/transfusion_config_file.py` PR to follow