From d07fcaeaa08c4cd9a860aea292221f561c82f279 Mon Sep 17 00:00:00 2001 From: Luting Wang <2457348692@qq.com> Date: Sat, 19 Nov 2022 03:13:35 +0800 Subject: [PATCH] Add Knowledge Distillation for Object Detection --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1dbde6b6..b47fe4e8 100755 --- a/readme.md +++ b/readme.md @@ -522,6 +522,7 @@ - [Cryptography](https://github.com/sobolevn/awesome-cryptography#readme) - [Papers](https://github.com/pFarb/awesome-crypto-papers#readme) - Theory basics for using cryptography by non-cryptographers. - [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision#readme) + - [Knowledge Distillation for Object Detection](https://github.com/LutingWang/awesome-knowledge-distillation-for-object-detection#readme) - Distillation techniques designed for knowledge transfer between object detectors for higher accuracy and faster convergence. - [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning#readme) - Neural networks. - [TensorFlow](https://github.com/jtoy/awesome-tensorflow#readme) - Library for machine intelligence. - [TensorFlow.js](https://github.com/aaronhma/awesome-tensorflow-js#readme) - WebGL-accelerated machine learning JavaScript library for training and deploying models.