HiDT
HiDT copied to clipboard
AssertionError when trying to make a timelapse
I am trying to make a timelapse by using frames from another day to night timlapse video but I am getting the following error message in google colab: `result path : ./results/
100%|██████████| 1/1 [00:00<00:00, 18.86it/s]
100%|██████████| 128/128 [00:02<00:00, 61.73it/s]
Traceback (most recent call last):
File "./bin/infer_on_folders.py", line 112, in
Kindly teach me how to make smooth timelapses like in demo videos.
Hi! Could you try to process your frames on-by-one, in the loop?
Thank You very much, I will try that.