Session progress manifest with per-label counts
Usage
at_manifest(session, call = rlang::caller_env())Arguments
- session
An annot_session.
- call
The calling environment, for error reporting.
Value
A tibble::tibble with idx, name, path, status, n_layers,
n_rois, and one integer column per label in the session vocabulary giving
its ROI count per image.
See also
Other sessions:
at_current(),
at_example_session(),
at_goto(),
at_next(),
at_prev(),
at_resume(),
at_session(),
at_session_status(),
at_set_status()