-
Notifications
You must be signed in to change notification settings - Fork 5
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
Preprocessing Code #2
Comments
I'm very sorry but which data do you mean? The public dataset (SumMe, TVSum) or your custom dataset? |
I would like to know the code for processing two datasets, as they are quite different from each other. I haven't found any code online that handles both datasets. I went through the content in the h5 file and processed it myself, but when I trained the model, the scores were very low. I suspect that there might be an issue with my code or that the dataset I downloaded is slightly incomplete. Thank you for your reply. I am a student from China, and I would greatly appreciate your help in solving this problem. |
I understand that you want to know two things. 1)I've found that there is something quite similar. https://github.com/li-plus/DSNet?tab=readme-ov-file#using-custom-videos You can reference the link above. 2)I suppose it is because the current h5py files were created using GoogleNet which had been implemented differently. |
Okay, thank you for your answer, I really appreciate it! I will take a look at the code first. |
Could you please help me? I followed your preprocessing code and used the data format from the h5py file, but the results of my training are not very good. Could you provide some code for creating an h5py file? Thank you.
The text was updated successfully, but these errors were encountered: