-
Notifications
You must be signed in to change notification settings - Fork 8
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
Some questions about the form of the dataset #6
Comments
Hello mmsx, |
Hello author, thank you so much for being able to provide the code for data preparation, which will be of great help to my experiment! |
Hello author, I use my own dataset to train the model, but because my GPU only has 24g of memory, resulting in me having to reduce my batch_size and num_frames value, and set the num_workers to 0, which causes my model to test the picture, the result is pure black image, when I use the same parameters to train the example image you gave, the effect is also very bad, do you know how to solve this problem? |
Hello mmsx, |
Hello author, this is a very meaningful work. I now have some of my own image datasets. I converted the image datasets into event datasets through the event camera simulator, but I don't know what the event datasets are in the code for training. What does a structure datasets look like?
The text was updated successfully, but these errors were encountered: