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

image preprocessing for training #2

Open
keighrim opened this issue Sep 21, 2023 · 2 comments
Open

image preprocessing for training #2

keighrim opened this issue Sep 21, 2023 · 2 comments

Comments

@keighrim
Copy link
Member

For the first batches of training, we plan to use video frames extracted from AAPB videos. However, there's concerns around how to "normalize" different image size and aspect ratios from videos from different decades. This thread is to discuss how we implement the normalizing strategies.

@keighrim
Copy link
Member Author

We decided to go only with 4:3 videos (before HD broadcasting era, circa early 2000s) in the early rounds of annotation.

@keighrim keighrim added this to the swt-v1 milestone Oct 8, 2023
@clams-bot clams-bot removed this from the swt-v1 milestone Jan 29, 2024
@keighrim
Copy link
Member Author

keighrim commented Feb 5, 2024

Note that as long as we are using the pre-trained backbone weights, those weights in torch-vision package come with their own preprocessing code. That is, we can add some additional preprocessing based on some domain knowledge before the torch-shipped preprocessing. However, as of now we don't see a lot of needs for doing so.

keighrim added a commit that referenced this issue Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants