Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 692 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 692 Bytes

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)