aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.37k stars 647 forks source link

fix bug: set adet as parent logger #587

Open NingYuanLin opened 1 year ago

NingYuanLin commented 1 year ago

When running tools/visualize_data.py, since the logger whose name is adet is not set, the parent loggers of all the submodules of adet are root logger, which causes the INFO level log to not be output.
Please see #586 for detail.