Advertisement
Guest User

demo.py PS output

a guest
Apr 29th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. PS E:\first-order-model-master> python demo.py --config .\config\vox-256.yaml --driving_video '.\Inputs\Drive Videos\300lite.mp4' --source_image '.\Inputs\Source Image\03.png' --checkpoint .\checkpoints\vox-cpk.pth.tar --relative --adapt_scale
  2. the args are : exe : None , args: C:\ProgramData\Anaconda3\lib\site-packages\imageio_ffmpeg\binaries\ffmpeg-win64-v4.1.exe -version , env: None , startupinfo: <subprocess.STARTUPINFO object at 0x000001C3659D0248>
  3. the args are : exe : None , args: C:\WINDOWS\system32\cmd.exe /c "C:\ProgramData\Anaconda3\lib\site-packages\imageio_ffmpeg\binaries\ffmpeg-win64-v4.1.exe -i "E:\first-order-model-master\Inputs\Drive Videos\300lite.mp4" -pix_fmt rgb24 -vcodec rawvideo -f image2pipe -" , env: None , startupinfo: <subprocess.STARTUPINFO object at 0x000001C364395208>
  4. the args are : exe : None , args: C:\WINDOWS\system32\cmd.exe /c "C:\ProgramData\Anaconda3\lib\site-packages\imageio_ffmpeg\binaries\ffmpeg-win64-v4.1.exe -i "E:\first-order-model-master\Inputs\Drive Videos\300lite.mp4" -pix_fmt rgb24 -vcodec rawvideo -f image2pipe -" , env: None , startupinfo: <subprocess.STARTUPINFO object at 0x000001C365918408>
  5. C:\ProgramData\Anaconda3\lib\site-packages\torch\nn\functional.py:2857: UserWarning: The default behavior for interpolate/upsample with float scale_factor will change in 1.6.0 to align with other frameworks/libraries, and use scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details.
  6. warnings.warn("The default behavior for interpolate/upsample with float scale_factor will change "
  7. 0%| | 0/106 [00:00<?, ?it/s]C:\ProgramData\Anaconda3\lib\site-packages\torch\nn\functional.py:3230: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details.
  8. warnings.warn("Default grid_sample and affine_grid behavior has changed "
  9. C:\ProgramData\Anaconda3\lib\site-packages\torch\nn\functional.py:2976: UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation of nn.Upsample for details.
  10. "See the documentation of nn.Upsample for details.".format(mode))
  11. C:\ProgramData\Anaconda3\lib\site-packages\torch\nn\functional.py:1569: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.
  12. warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.")
  13. 100%|████████████████████████████████████████████████████████████████████████████████| 106/106 [00:05<00:00, 22.63it/s]
  14. the args are : exe : None , args: C:\WINDOWS\system32\cmd.exe /c "C:\ProgramData\Anaconda3\lib\site-packages\imageio_ffmpeg\binaries\ffmpeg-win64-v4.1.exe -y -f rawvideo -vcodec rawvideo -s 256x256 -pix_fmt rgb24 -r 23.98 -i - -an -vcodec libx264 -pix_fmt yuv420p -crf 25 -v warning E:\first-order-model-master\result.mp4" , env: None , startupinfo: <subprocess.STARTUPINFO object at 0x000001C300047288>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement