jiupinjia / SkyAR

Official Pytorch implementation of the preprint paper "Castle in the Sky: Dynamic Sky Replacement and Harmonization in Videos", in arXiv:2010.11800.
https://jiupinjia.github.io/skyar/
2.01k stars 248 forks source link

how to save the videos #16

Closed gearless-c-Joe closed 3 years ago

gearless-c-Joe commented 3 years ago

After processing the image and videos, there is no mp4 in the "jpg_output". So , how to save the result. please

jiupinjia commented 3 years ago

Hi @gearless-c-Joe, you can find the video results "demo.mp4" and "demo-cat.mp4" directly at the repo directory.

jiupinjia commented 3 years ago

Hi @gearless-c-Joe, maybe I didn't explain it clearly. Suppose you are working at the directory "./SkyAR". The results are right at "./SkyAR/demo.mp4" and "./SkyAR/demo-cat.mp4". There will be no video results in the "./SkyAR/jpg_output" folder.

gearless-c-Joe commented 3 years ago

Hi @gearless-c-Joe, maybe I didn't explain it clearly. Suppose you are working at the directory "./SkyAR". The results are right at "./SkyAR/demo.mp4" and "./SkyAR/demo-cat.mp4". There will be no video results in the "./SkyAR/jpg_output" folder.

i find it ! thank you very much!