Closed twblaotang closed 5 months ago
Hi, thanks for your interest in our project. Your resolution change part looks fine. Have you tried running the pipeline with the normal size, i.e., 1024x576? does the pipeline function properly with this resolution?
Hi, thanks for your interest in our project. Your resolution change part looks fine. Have you tried running the pipeline with the normal size, i.e., 1024x576? does the pipeline function properly with this resolution?
Sure, I tried using a 1024x576 resolution and it produced the desired results. Do you have any suggestions? Should any parameters be adjusted along with the resolution?
I think it's because the resolution is too small. I did the same steps as you did to run the pipeline with the input resolution of 192x320 and 384x640 respectively. Here is the result of 192x320: and 384x640: Enlarging the image resolution by a factor of two will give the correct result.
Thank you for your answer.
Hi, Thank you for your excellent work! I tried using your single-image script and change the resolution to 320x192, but the final output deteriorated. Could you help me on what might have gone wrong?
Below is the code I modified: Firstly, i change the image and mask resolution in save_warped_image
when call pipe, I add width and height params:
finally, in denoise loop, i remove patch cropping for new resoluton
I saved the cond images and masks, which seems not wrong. one mask: one cond image:
but the final output video seems to be deteriorated:
Could you help me on what might have gone wrong? Thank you very much.