Video-Summarization-Pytorch icon indicating copy to clipboard operation
Video-Summarization-Pytorch copied to clipboard

IMPLEMENT AAAI 2018 - Unsupervised video summarization with deep reinforcement learning (PyTorch)

Results 3 Video-Summarization-Pytorch issues
Sort by recently updated
recently updated
newest added

penalties[1:] = (vmax*ncp/(2.0*N2))*(np.log(float(N2)/ncp)+1) for finding the penalty, you are using the above equation...Why are you dividing ncp with 2.0*N2?