gozi1123
gozi1123
Is it possible to get the original input image body position (yaw, pitch, roll) or rotation matrix from the pickle file? I see that there is a rotation matrix in...
I tried switching the config variable of use_ddim to True. I got AttributeError: 'SpacedDiffusion' object has no attribute 'ddim_sample_loop'
I want to use the celebA ckpt (with masks), but use a condition on the mask (like the classifier for the imagenet ckpt). for example, use the desired mean pixel...
I read a video with vrf_vid = skvideo.io.vread(video_path) the last frame in the numpy array is not the last frame of the video. some frames are missing. Any thoughts why?...