rpg_event_representation_learning
rpg_event_representation_learning copied to clipboard
Repo for learning event representations
I am trying to obtain a one-to-one correspondence between the Event data from N-Caltech and the Image data from Caltech. However, it appears that you have renamed files in the...
Hello! I was testing a trained model, and found that the testing accuracy reported by the code is lower for bigger batch sizes. For instance: `python testing.py --test $TEST_PATH--checkpoint log/model_best_caltech101.pth...
Hi, I trained the model for 100 epochs with the default parameters provided in your github code. I observe that my training loss reduces as expected. However, the validation loss...
Hi! I am really appreciated that your great work including the code and dataset are all released. According to the paper and the released code, I have two little confusion...
Hi, Thanks for sharing your reference implementation. I was studying your code and paper and come up with several questions I could not answer when refering back to the paper....
Hi, Since the training and test just show the accuracy, they did not provide the learned representations of events. Is there any way to see the learned representations of events?...
Hi, Great work! Thanks for sharing your code. Due to the data format is not a standard mini-batch tensor format as BatchID x Channel x Width x Height, I am...
Hi, Thanks for so much effort you did. Recently, I'm trying to migrate the released code to the optical flow prediction task, however bench of CUDA errors occurred and hard...
Dear author, I am interested in your paper and I do not understand what is `trilinear kernel` is. I found the implantation from `models.py` where there is one step to...