Closed 1848739617 closed 2 years ago
Is it possible to get an Future-image? E.g. How would the Image look like in 5s:
Pixelbalance(t0=0)
Optical Flow Estimation
Pixelbalance(t_future=t0+t=5)
Hello,
Our method does not predict future images, but only makes semantic predictions on the actions which may take place in the future. Please refer to our paper for more information: http://arxiv.org/pdf/2005.02190.pdf
Best, Antonino
hey antonio, can you recommend me some sources for predicting future frames based on optical flow?
I use Sky Imager, trying to predict solar radiation. working for solar technology..
Hi, not sure I fully understand what's your data/task/goal, but maybe this review on video prediction can be a good point to start: https://arxiv.org/pdf/2004.05214.pdf
Antonino
Hello, I would like to ask, I want to use your model for the assembly line operation data set on the worker's workshop to predict the next action of the worker. Do you think this idea is okay? And how should I label my dataset?
Hello,
Yes, I think you could use this code for that. Please refer to our papers for more information. You can find more information on the correct format format for labels here: https://github.com/fpv-iplab/rulstm/tree/master/RULSTM/data/ek55
Hello,
You can refer to our papers (http://arxiv.org/pdf/2005.02190.pdf and https://arxiv.org/pdf/1905.09035.pdf) for details on the whole training & evaluation process.
In short:
Please consider that this code covers only steps 2 and 3.
For step 1, we used this implementation: https://github.com/yjxiong/tsn-pytorch
For step 2, you can use this code for optical flow extraction: https://github.com/feichtenhofer/gpu_flow
For step 3, you can use detectron2: https://github.com/facebookresearch/detectron2
Best, Antonino