This repository contains an AI powered implementation to interpret assemblage videos.
-
Make sure you have ultralytics installed in your environment
pip install ultralytics==8.2.74
or
pip install -r requirements.txt
-
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}