You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,I meet some questions when i want to test my own video.
I need to get the following parameters:
machine_summary = generate_summary(probs, cps, num_frames, nfps, positions)
So I need to run the cpd_auto.py:
def cpd_auto(K, ncp, vmax, desc_rate=1, **kwargs):
But I don't know the meaning of the input parameters such as K,ncp,vmax,Could you tell me the how you use it?
And It only return two paragrames,cps and scores2.How can i get the rest paragram in generate_summary such as positions and nfps?
Wish your reply,Thanks a lot!
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: