irfanICMLL / structure_knowledge_distillation

The official code for the paper 'Structured Knowledge Distillation for Semantic Segmentation'. (CVPR 2019 ORAL) and extension to other tasks.
BSD 2-Clause "Simplified" License
694 stars 104 forks source link

How to apply KD for two input images? #69

Open Tejuwi opened 1 year ago

Tejuwi commented 1 year ago

Thank you for excellent work!

I would like to apply two inputs (same scene but different sensors , low and high quality images)
I pass high quality image to Teacher network. How do I pass low quality for Student network? can you please help me where do I modify the above code?