FCSN icon indicating copy to clipboard operation
FCSN copied to clipboard

data shape problem

Open pcshih opened this issue 5 years ago • 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.

pcshih avatar Jul 29 '19 09:07 pcshih

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...

weirme avatar Jul 30 '19 02:07 weirme

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?

pcshih avatar Jul 30 '19 02:07 pcshih

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.

weirme avatar Jul 30 '19 02:07 weirme

I implement myself by revising your code. I got the performance quite well. github

pcshih avatar Aug 05 '19 08:08 pcshih

I implement myself by revising your code. I got the performance quite well. github

Yes, this code performs well on TVSum dataset.

weirme avatar Aug 05 '19 10:08 weirme