cosanlab / cosanlab/py-feat

Getting slow in processing tiem

Open
#182 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
388
Forks
95
Avg merge
54m
Merged PRs (30d)
3

Description

Hello,
Thanks for developing this amazing toolbox. I have started using this with the aim of detecting facial motion units in a single person face of video recordings. It looks like the processing time per each frame is getting slow as the time in the video goes to the end. Do you see why and how to avoid this? I use a video with about 3minutes long. I use a default detector, detector = Detector().
Thanks!
![Screenshot 2023-09-19 223238](https://github.com/cosanlab/py-feat/assets/36744375/69acbe73-2405-4224-8a8d-399661c72700)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the slowdown with the default Detector() on a roughly three-minute video and compare per-frame processing time from the beginning to the end. Trace the video-processing entry point and determine what causes processing to degrade over time; done means processing time remains stable or the cause and workaround are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision, performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.