Batch plot the log files exported from VisualDL using Matplotlib.
Project description
VDLdraw
Batch plot the log files exported from VisualDL using Matplotlib. At present, only mIoU and Acc of Evaluate in PaddleSeg can be exported.
Install
pip install vdldraw
Use
from vdldraw import vdl_draw_folder
vdl_draw_folder(logs_folder)
*Test
# git clone https://github.com/geoyee/VDLdraw
# cd VDLdraw
# pip install -r requirements.txt
# python main.py --log_folder vdl_logs
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vdldraw-0.1.4.tar.gz
(13.0 kB
view hashes)
Built Distribution
vdldraw-0.1.4-py3-none-any.whl
(17.7 kB
view hashes)