Z
Z
I am also running into this issue when running convert.py
running into the same error -- anyone has any ideas?
Hi! `batch_rgb` is a batch of RGB images. We encode `batch_rgb` into batch latents or `images_z`. Our model predicts the latent, `images_z`, and not the RGB image directly. We use...
VLDM is not instance specific. It is trained on a lot of instances. During training, the model sees input_rgb, input_cameras, and query_cameras. We have ground truth for query_rgb, which we...
Usually cublas_status_not_initialized means the program or environment cannot find a cuda gpu.
Hi, thanks for looking at the code. 1. Right out of the dataloader, the shape of data['R'] is (1, B, 3, 3) since we load one scene per iteration. 2....
Hi! Thanks for pointing it out! It appears that a newer version of PyTorch3D refactored some of the code. For now, please feel free to copy the filter json_index_dataset from...
Around 1-2 minutes for 200 step DDIM on A100. Potentially a lot faster with DPM or PLMS scheduler.
Thanks for trying out the code! I dumped the versions of pytorch related packages from an environment that is working. I can't seem to find torchtext anywhere. But I assume...
here! ``` pytorch-lightning 1.4.2 pytorch3d 0.7.1 torch 1.11.0 torch-ema 0.3 torchaudio 0.11.0 torchmetrics 0.6.0 torchvision 0.12.0 ```