WTAL-Uncertainty-Modeling icon indicating copy to clipboard operation
WTAL-Uncertainty-Modeling copied to clipboard

Confusion of proposal

Open leftthomas opened this issue 3 years ago • 2 comments

Can you explain the workflow of proposal? @Pilhyeon https://github.com/Pilhyeon/WTAL-Uncertainty-Modeling/blob/ea630d41e2fc92d523257524690cc6de921e4773/utils.py#L19 How to decide these four values: _lambda=0.25, gamma=0.2, feature_fps = 24, scale = 24

leftthomas avatar Nov 02 '21 06:11 leftthomas

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

Pilhyeon avatar Mar 21 '22 05:03 Pilhyeon

Thank you for your patience explain

leftthomas avatar Mar 21 '22 06:03 leftthomas