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

modify frame num is possible? #9

Closed
100-heon opened this issue May 20, 2024 · 2 comments
Closed

modify frame num is possible? #9

100-heon opened this issue May 20, 2024 · 2 comments

Comments

@100-heon
Copy link

Using a 3-frame input for one deep learning CV model makes it difficult to integrate with other models. Can I change the num_frame parameter from 3 to 1 during training and then use the model ?

thk u

@alenzenx
Copy link
Owner

alenzenx commented May 20, 2024

Using a 3-frame input for one deep learning CV model makes it difficult to integrate with other models. Can I change the num_frame parameter from 3 to 1 during training and then use the model ?

thk u

model.py can change the input and output parameters, the default is 9x288x512 and 3x288x512, 9 is RGBx3,3 is RGBx1.
Of course, the input can be set to 1 frame, but one advantage of TrackNetV3 is to find the correlation between consecutive frames.

@alenzenx
Copy link
Owner

alenzenx commented May 20, 2024 via email

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

No branches or pull requests

2 participants