WTAL-Uncertainty-Modeling
WTAL-Uncertainty-Modeling copied to clipboard
Confusion of proposal
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
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).
Thank you for your patience explain