Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Long-term anticipation #40

Open
RodinIvan opened this issue Apr 21, 2022 · 1 comment
Open

Long-term anticipation #40

RodinIvan opened this issue Apr 21, 2022 · 1 comment

Comments

@RodinIvan
Copy link

Hi, thanks for repo!
Excuse me, could you please tell how to perform long-term anticipation as showed in the paper? Have I missed this part in code, or it's not implemented here yet?

@rohitgirdhar
Copy link
Contributor

Hi @RodinIvan thanks for your interest in this work! I don't have a config for it since we only used it for some visualizations, however you should be able to get that output by setting the following and running the evaluation with a breakpoint around here

+model.future_predictor.avg_last_n=-1
data_eval.num_frames=3  # To give it only 3 frames to start predicting from
+model.future_predictor.output_len=10  # To predict 10 steps into the future instead of 1
+dataset_eval.load_long_term_future_labels=${model.future_predictor.output_len}

It will need a bit more code to generate the figures shown in the paper but I haven't gotten around to add that yet

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

No branches or pull requests

2 participants