Jafar Ali Habshee

Results 4 comments of Jafar Ali Habshee

This is a .ipynb file to convert images sampled from the video to optical flow images. Hope this helps [convert_to_flow.ipynb.zip](https://github.com/deepmind/kinetics-i3d/files/3874526/convert_to_flow.ipynb.zip)

@javithe7 The color is I believe for the purpose of visualization for the user. The output we are taking from the optical flow is just the first two channels. These...

I had faced a similar issue. I solved it by changing the type of model, from "carryover" to "hill-adstock". The DR graphs from the carryover model were linear in my...

[convert_to_flow.ipynb.zip](https://github.com/deepmind/kinetics-i3d/files/3879458/convert_to_flow.ipynb.zip) Hi, this is the .ipynb file to extract the flows from the images. This file extract images from videos and then convert frames to optical flow files.