-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporal pooling. #9
Comments
Hi, Sure, happy to help. Sorry, I haven't had the bandwidth to clean up the temporal code for release. Given a video you'd want to:
We trained a single-frame network first (SpatialNet + Spatial Fusion Layers), initialised the above temporal network with its weights (plus gaussians for the added 1x1 convolution) & continued training. Pull requests accepted if you or someone else has time to reimplement this in our public fork! :) Hope that helps, |
Yes, that helps a lot Tomas. Thanks a lot. Will keep in touch in case I Sincerely.
Regards, |
hi @tpfister, can you release the result of |
Hi @tpfister how do you use the optical flow to warp 64x64 heatmaps? Thank you very much |
Hi, @jinyixin621
I do not know how they warp optical flow file which is use deepflow2 precomputed from dataset to heatmaps like they said in paper ,have this part code released? |
Hi, @mindcont I didn't get reply from the author, but I implement one method by my own understanding. |
Hi @jinyixin621 , where can I find your implementation on warping heatmap layer?
|
Hi Tomas, could you please guide me on how I should implement the cross-channel weighted sum-pooling (temporal, basically) layer since I could not find anything on that ?
The text was updated successfully, but these errors were encountered: