Skip to content

langk1026/-AdvComputerVisionAssignmentProject-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Vehicle Type Recognition in Video Footage

This assignment project aims to recognize the type of moving objects in video footage. The realization is composed of two parts:

  1. Video Analysis and ROI Extraction
    The video footage is analyzed using the OpenCV API to extract the regions of interest (ROI) of moving objects.

  2. Model Training and Prediction

    • Transfer Learning: A transfer learning model is retrained and fine-tuned using an open-source vehicle image dataset.
    • Prediction: The fine-tuned transfer learning model is used to predict the extracted ROIs of moving objects.
    • Ensemble Learning: Majority voting is applied to enhance the robustness of the prediction model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors