Custom video data support #1722 & #1721
๐ Description
- Provide a clear summary of the changes and the issue that has been addressed.
- Add support to use custom data to create datamodules of video-based data.
- Support for masks as .npy / .pt / or an image type.
- Support for train/test videos as .avi/.mp4 or as a collection of images in a folder.
- ๐ ๏ธ Fixes #1722 & #1721
โจ Changes
Select what type of change your PR is:
- [ ] ๐ Bug fix (non-breaking change which fixes an issue)
- [ ] ๐จ Refactor (non-breaking change which refactors the code base)
- [X] ๐ New feature (non-breaking change which adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] ๐ Documentation update
- [ ] ๐ Security update
โ Checklist
Before you submit your pull request, please make sure you have completed the following steps:
- [ ] ๐ I have summarized my changes in the CHANGELOG and followed the guidelines for my type of change (skip for minor changes, documentation updates, and test enhancements).
- [ ] ๐ I have made the necessary updates to the documentation (if applicable).
- [X] ๐งช I have written tests that support my changes and prove that my fix is effective or my feature works (if applicable).
For more information about code review checklists, see the Code Review Checklist.
Hello good day, I will start making the Documentation as another PR.
Has anomalib support the "test_split_mode.SYNTHETIC" feature for Video datasets? To add it in the docs or not. And should I make the arguments, even more 1:1 with the folder class? @samet-akcay @ashwinvaidya17 @djdameln
And I would like to add a micro toy dataset ( 6mb ) that combines the other 3 datasets but in its minimum configuration.