cuiziteng / Illumination-Adaptive-Transformer

🌕 [BMVC 2022] You Only Need 90K Parameters to Adapt Light: A Light Weight Transformer for Image Enhancement and Exposure Correction. SOTA for low light enhancement, 0.004 seconds try this for pre-processing.
Apache License 2.0
480 stars 44 forks source link

cannot find back-propagation step in detection code #8

Closed masterpeas closed 2 years ago

masterpeas commented 2 years ago

I ran the tools/train.py but cannot find which line denotes back-propagation. Could you tell me where it is?

cuiziteng commented 2 years ago

Hello, since this project is based on mmdetection, the back-propagation is in MMCV toolbox, please refer to here.

From tools/train.py -- mmdet/apis/train.py -- mmcv

For more details you could refer to mmdetection toolbox.

masterpeas commented 2 years ago

Hello, since this project is based on mmdetection, the back-propagation is in MMCV toolbox, please refer to here.

From tools/train.py -- mmdet/apis/train.py -- mmcv

For more details you could refer to mmdetection toolbox.

I'll learn how to use the mmdetection toolbox. Thx! (^_^)