Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusion of proposal #26

Open
leftthomas opened this issue Nov 2, 2021 · 2 comments
Open

Confusion of proposal #26

leftthomas opened this issue Nov 2, 2021 · 2 comments

Comments

@leftthomas
Copy link

Can you explain the workflow of proposal? @Pilhyeon

def get_proposal_oic(tList, wtcam, final_score, c_pred, scale, v_len, sampling_frames, num_segments, _lambda=0.25, gamma=0.2):

How to decide these four values:
_lambda=0.25, gamma=0.2, feature_fps = 24, scale = 24

@Pilhyeon
Copy link
Owner

I would like to suggest referring to Sec. 3.3. of the CMCS paper for the workflow of proposals (link).

The lambda and gamma were determined in a similar way with CMCS, while the feature fps is 25 following the convention.
For the scale, we followed the implementation of STPN (link).

@leftthomas
Copy link
Author

leftthomas commented Mar 21, 2022

Thank you for your patience explain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants