We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the below mentioned error when I run the script for experiments.
multimodal-depression-from-video/datasets/modalities/base_modality.py", line 138, in read_chunk assert output.shape[1] != 0, f'{video_id}:{self.modality_dir}: output shape ({original_shape} -> {output.shape}) is 0, {start_in_seconds}, {end_in_seconds}, {self.args.n_temporal_windows}, {self.args.seconds_per_window}, {video_sample["duration"]}' AssertionError: 302_P:audio_covarep: output shape ((0, 74) -> (1, 0, 74)) is 0, 762.0, 768.0, 1, 6, 758.79
Can some one help to figure out what I am doing wrong here?
I have followed the steps in data preprocessing and now I get this error mentioned when I run:
bash run-exps.sh
The text was updated successfully, but these errors were encountered:
请问你解决这个问题了吗?我也有这个问题
Sorry, something went wrong.
No branches or pull requests
I get the below mentioned error when I run the script for experiments.
multimodal-depression-from-video/datasets/modalities/base_modality.py", line 138, in read_chunk
assert output.shape[1] != 0, f'{video_id}:{self.modality_dir}: output shape ({original_shape} -> {output.shape}) is 0, {start_in_seconds}, {end_in_seconds}, {self.args.n_temporal_windows}, {self.args.seconds_per_window}, {video_sample["duration"]}'
AssertionError: 302_P:audio_covarep: output shape ((0, 74) -> (1, 0, 74)) is 0, 762.0, 768.0, 1, 6, 758.79
Can some one help to figure out what I am doing wrong here?
I have followed the steps in data preprocessing and now I get this error mentioned when I run:
bash run-exps.sh
The text was updated successfully, but these errors were encountered: