Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom video data support #1722 & #1721 #1996

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

Bepitic
Copy link
Contributor

@Bepitic Bepitic commented Apr 15, 2024

πŸ“ 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 Custom video data supportΒ #1722 & Custom video data supportΒ #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)
  • πŸš€ 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).
  • πŸ§ͺ 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
Copy link
Contributor Author

Bepitic commented Apr 15, 2024

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

@Bepitic
Copy link
Contributor Author

Bepitic commented Apr 23, 2024

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
Copy link
Contributor Author

Bepitic commented Apr 23, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom video data support
1 participant