cleanlab / cleanlab/cleanvision
Extend CleanVision to run on video data
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
Some discussion of this here: https://github.com/cleanlab/cleanvision/discussions/214
Making CleanVision runnable on video would be super useful to many folks!
Should be fairly easy:
- just extract every k-th frame from the video,
- run cleanvision on all those images,
- aggregate the results across frames per video
Contributor guide
Assessment
This issue has not been assessed yet.