MCPcopy Create free account
hub / github.com/XunshanMan/MVGFormer / plot_logs

Function plot_logs

lib/models/util/plot_utils.py:23–88  ·  view source on GitHub ↗

Function to plot specific fields from training log(s). Plots both training and test results. :: Inputs - logs = list containing Path objects, each pointing to individual dir with a log file - fields = which results to plot from each

(logs,
              fields=('class_error', 'loss_bbox_unscaled', 'mAP'),
              ewm_col=0, log_name='log.txt')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

printFunction · 0.70

Tested by

no test coverage detected