anomalib icon indicating copy to clipboard operation
anomalib copied to clipboard

Custom video data support #1722 & #1721

Open Bepitic opened this issue 1 year ago โ€ข 3 comments

๐Ÿ“ 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.

Bepitic avatar Apr 15 '24 12:04 Bepitic

Hello good day, I will start making the Documentation as another PR.

Bepitic avatar Apr 15 '24 12:04 Bepitic

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

Bepitic avatar Apr 23 '24 15:04 Bepitic

And I would like to add a micro toy dataset ( 6mb ) that combines the other 3 datasets but in its minimum configuration.

Bepitic avatar Apr 23 '24 18:04 Bepitic