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

Use of 'PURE-PURE-iBVP-iBVPNet' #330

Open
creaycoder opened this issue Nov 12, 2024 · 1 comment
Open

Use of 'PURE-PURE-iBVP-iBVPNet' #330

creaycoder opened this issue Nov 12, 2024 · 1 comment
Assignees

Comments

@creaycoder
Copy link

I'm using the iBVPNet model. Specifically, I use 'PURE-PURE-iBVP-iBVPNet.yaml' to use the iBVPNet model. Due to the collective size of the data, I only used a portion of the two data sets described. I ran the model training and validation all right, but I ended up with the following error, and the folder 'saved_test_outputs' was not found, and the generated folder 'saved_test_outputs' was empty. I would like to ask you, what is the reason? Have you encountered it?
6a61a5e3964e17d5a0b13cf2bd44124
8af4a0b19b8439c8239869936e72504

@yahskapar
Copy link
Collaborator

Hi @creaycoder,

I think this is because of your sample size (in this case, number of videos in the test dataset) is too small, and therefore the covariance matrix for the Pearson correlation calculation isn't well-defined. Can you try increasing the test dataset to perhaps add a few more videos (perhaps two more on top of the existing two)?

Alternatively, in the TEST section of your config file, you can just remove the Pearson metric. That should avoid this error and allow you to see the additional test-time outputs.

@yahskapar yahskapar self-assigned this Nov 13, 2024
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