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

Training and Testing is looping over a similar range of frames #8

Open
blank-ed opened this issue Aug 24, 2023 · 0 comments
Open

Training and Testing is looping over a similar range of frames #8

blank-ed opened this issue Aug 24, 2023 · 0 comments

Comments

@blank-ed
Copy link

In pulse_data_3d.py, when printing the frame index ranges for each batch—determined by idx and idx+self.seq_len—there's an evident pattern. Initially, the iterations cover up to index 4010 before reverting to index 2151. As training progresses, this maximum index incrementally increases by several hundred. Essentially, the model retrains on the same frames. When using the whole PURE dataset, the training appears confined to the initial few videos, specifically 01-01, 01-02, and 01-03.

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

1 participant