DUTCode icon indicating copy to clipboard operation
DUTCode copied to clipboard

Pytorch implementation of DUT: Learning Video Stabilization by Simply Watching Unstable Videos

Results 23 DUTCode issues
Sort by recently updated
recently updated
newest added

is there any progress in releasing code?

Hello, I'm trying to use the example that you put on google colab however, I face an error as I try to download model files for the the models.the error...

Traceback (most recent call last): File "./scripts/DIFRINTStabilizer.py", line 105, in fhat, I_int = DIFNet(fr_g1, fr_g3, fr_o2, File "/home/nikesh/stabl/venv/lib/python3.8/site-packages/torch/nn/modules/module.py", l return forward_call(*input, **kwargs) File "/home/nikesh/stabl/venv/lib/python3.8/site-packages/torch/nn/parallel/data_paralle return self.module(*inputs[0], **kwargs[0]) File "/home/nikesh/stabl/venv/lib/python3.8/site-packages/torch/nn/modules/module.py", l...

Hi, I tried to run inference of your model following your instructions, I got stuck at Directory exists Stabiling using the DUT model ----------------------------------- Namespace(InputBasePath='images/', MaxLength=1200, MotionProPath='ckpt/MotionPro.pth', OutNamePrefix='', OutputBasePath='results/', PWCNetPath='ckpt/network-default.pytorch',...

Dear Annbless Thanks for your great work for video stabilization! The result is amazing! Could you release the training code for this project? Thank you for an early answer!

Thx for your awesome paper and code! I am trying rewriting training code, however I have some question for my bad understanding QQ 1. In "def generateSmooth" why temp_smooth with...

Dear Annbless Thanks for your great work for video stabilization! I am very respect your work. Do you have any plans to release the training code and metrics calculation for...

Whether real-time effects can be achieved

when i run the code in google colab,I encountered a problems. ![N)$S9Z70AZW{A0UH6KKZAVR](https://user-images.githubusercontent.com/41328678/137496628-d0d7d553-6d86-44ea-971d-2ac5b1bb66ee.png) thank you

Hello, Thanks for your great work for video stabilization! How can I inference with video with smaller resolution, such as 114*180? I modified WIDTH and HEIGHT in config file, but...