Skip to content

Joao-M-Silva/assembly_reader

Repository files navigation

Overview

This repository contains an AI powered implementation to interpret assemblage videos.

Usage

  1. Make sure you have ultralytics installed in your environment

    pip install ultralytics==8.2.74
    

    or

    pip install -r requirements.txt
    
  2. In order to process a source video run

    python main.py --file_path {OUTPUT_VIDEO_PATH} --video_path {SOURCE_VIDEO_PATH}
    

    or for a specific number of frames

    python main.py --file_path {OUTPUT_VIDEO_PATH} --video_path {SOURCE_VIDEO_PATH} -N {NUMBER_FRAMES}
    

Result Example

Design sem nome (4)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages