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

Why the scale in config is 24? #5

Closed
JacobKong opened this issue Dec 10, 2019 · 3 comments
Closed

Why the scale in config is 24? #5

JacobKong opened this issue Dec 10, 2019 · 3 comments

Comments

@JacobKong
Copy link

Dear author

Why the scale in config is 24? What is the meaning of scale?

Thanks a lot!

@Pilhyeon
Copy link
Owner

We use the scale factor in order to produce more precise decisions as STPN did.

For example, CAS with length 750 is upscaled to that of length 750*24=18k with linear interpolation, then it is thresholded.

This enables us to make more suitable predictions because the number of logical segments largely increases.

@JacobKong
Copy link
Author

Thanks a lot!

@jun0wanan
Copy link

We use the scale factor in order to produce more precise decisions as STPN did.

For example, CAS with length 750 is upscaled to that of length 750*24=18k with linear interpolation, then it is thresholded.

This enables us to make more suitable predictions because the number of logical segments largely increases.

hi,

   t_factor = (16 * v_len) / (scale * num_segments * sampling_frames)   why you do that ?~

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

3 participants