Add overlay module
This commit is contained in:
9
src/overlay/mod.rs
Normal file
9
src/overlay/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
//! Overlay module
|
||||||
|
//!
|
||||||
|
//! ASR subtitle and YOLO bbox overlay management
|
||||||
|
|
||||||
|
pub mod asr;
|
||||||
|
pub mod yolo;
|
||||||
|
|
||||||
|
pub use asr::AsrLoader;
|
||||||
|
pub use yolo::YoloLoader;
|
||||||
Reference in New Issue
Block a user