data shape problem
pcshih opened this issue · 5 comments
The original frame feature shape is [320,1024]
But the code https://github.com/weirme/Video_Summary_using_FCSN/blob/96b40851b7805afd1f1fc69f2beb5143d5727b4e/data_loader.py#L18
wants to reshape to [1024,320] directly.
Should it use transpose instead of reshape?
Thank you.
Thank you a lot, I think you are right and I have fixed this problem. But it's strange that F-score after modification seems to be almost same as before...
Thank you a lot, I think you are right and I have fixed this problem. But it's strange that F-score after modification seems to be almost same as before...
Did you mean that the F-score is not same as the paper?
Thank you a lot, I think you are right and I have fixed this problem. But it's strange that F-score after modification seems to be almost same as before...
Did you mean that the F-score is not same as the paper?
F-score of the modified code and previous wrong code seems to be almost same.