- Implement training, testing and inference workflow for VAD problem.
- Apply four (4, 5, 6, 7) out of nine MLOps principles (FIGURE 2).
For the ease of source code management, this repo encompasses all implemented code and relatable configurations, and they are placed in AI, MLops and Web directories. AI includes source code for building DL-based VAD algorithm. Web comprises both backend and frontend for simple demo web app. MLOps respectively consists of Docker configurations for lakeFS, minIO, MLflow, postgress services.
- Nguyễn Đức Trọng - SE160931
- GitHub: click here
- Role: Team leader
- Tasks:
- Cao Khánh Vy - SE162136
- GitHub: here
- Role: Team member
- Tasks:
- Seek and make dataset.
- Version dataset with LakeFS service.
- Nguyễn Thế Hoàng - SE170420
- GitHub: here
- Role: Team member
- Tasks:
- Support in making dataset.
- Implement prototype web.
- Nguyễn Ngọc Chiến - SE173133
normal_case.mp4
anomalous_case.mp4
- ⚡ Easy-to-configure model Trainer and Tester: Quickly training and testing DL-based VAD model with json and yaml-supported configuration.
- ⚙ Dotted dictionary (DotDict): Simple yet effective dotted dictionary with recursive approach for managing configuration in AI.
- ⚙ Multiple backbones handling (MultiBackboneForwarder): Synthesize and perform forward pass upon multiple backbones in online manner (check ).
- ⚙ Scalable training and testing code (forward_strategy): Easy to insert new running loop for training or testing.
- ⚙ Callback support (check): Currently, we just support fundamental callbacks for trainer, tester and mlflow.
- ⚙ Backbone-Neck-Head perspective (BaseModel): Dissect and view model architecture in YOLO-like fashion.
- 🖥️ Intuitive demo web: User friendly demo web interface.
please check at here
please check at here
please check at here
We want to send our gratitude to following repos due to their inspiration for our implementation in AI:
- Box
- Keras 3
- PaddleOCR
- transformers
- mlflow-export-import
- Ultralytics (a.k.a YOLO)
- Torchvision (part of PyTorch project)
This project is released under MIT license .
Our implemented code was not fully tested owing to the time and resource limitations, thus it should be used with your own risk !!!