IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
API for (text) serializing an activity report. More...
Classes | |
class | Announcement |
Base/abstract announcer class. More... | |
class | CfgAnnouncement |
Configuration instance for an Announcement. More... | |
class | CfgCommentary |
Configuration instance for Commentary. More... | |
class | CfgRunningCommentary |
Configuration instance for RunningCommentary. More... | |
class | Commentary |
Commentary class, which does not transcribe the signal but passes it along in some non-text format. More... | |
class | RunningCommentary |
Commentary class that also keeps track of past information and reports it all out when requested. At that point, it should wipe the past information and start collecting anew. More... | |
API for (text) serializing an activity report.
Drafts are classes that generate output from the given input signal, which is sent through the reporting channel. The most basic version of a draft class would be plain text outout, but we can envision other versions like JSON or csv compliant outputs. Any data storage scheme is valid as long as it permits some form of sequential outputting and does not require backtracking.