Hi, I wonder that auxiliary tasks's outputs are used in inference in your code.
After reading MonoCon paper, I understand that auxiliary monocular contexts are only used in training time.
But I think auxiliary contexts are used while inference because of decode_heatmap() in monocon_heads.py.
Thank you for providing codes.