hunto / DiffKD

Official implementation for paper "Knowledge Diffusion for Distillation", NeurIPS 2023
Apache License 2.0
76 stars 5 forks source link

Segmentation Code #6

Open seok-hwa opened 8 months ago

seok-hwa commented 8 months ago

hello, I am a student studying knowledge distillation in semantic segmentation.

I want to study your method with implementation detail. Is it possible to upload your segmentation task code?

hunto commented 8 months ago

Hi @seok-hwa ,

Thanks for your attention on our work.

You can download our code on segmentation via the following link: https://drive.google.com/file/d/1S8ZE_sMb3xlkA8kiqc-f71-bjkjNzB3A/view?usp=sharing

For implementation instructions, see the README.md included in the archive. I also include the training log and checkpoint of dv3-r101_dv3-r18 setting for your reference. I will upload a more official code of segmentation to this repo once I have time to refactor it.

If you have any questions, please feel free to ask me.

Thanks, Tao

AiXia520 commented 8 months ago

Thank you very much for your work. Could you provide the code for object detection?

hunto commented 7 months ago

Thank you very much for your work. Could you provide the code for object detection?

Sorry for the late reply. Please allow us some time to prepare the detection code cause currently we are busy in other projects :)