Henry Che
Henry Che
Thank you @scott-ettinger. And from the look of it, I think this issue is closed.
`gtsam_integrator` fails to compile in my local machine because `data_format` is being modified.
Hi @fwilliams is there a follow up to this? I'm particularly interested in CudaIndexGrid and its interface, and whether if I can build an oriented grid instead of axis-aligned. Thanks!...
Hi. Have you manage to resolve the issue?
Hi. Have you manage to find a way to resolve the issue? I'm also interested in how you change the behavior of the SDC to make a U-turn, could you...
Upon inspection, `vista.safetensors` does not appear to contain `model_ema` weights. I manually enable `init_ema` in [this line](https://github.com/OpenDriveLab/Vista/blob/f320329c142a43be6272ce07f5ae6645295b51b8/train.py#L673-L674) and it seems to work.
Thank you for your response! What about the linear self attention layer? Do you expect xformer to significantly decrease memory consumption, if any? https://github.com/huggingface/diffusers/blob/1ddf3f3a19095344166ad7207ebc5be7a862d17e/src/diffusers/models/attention_processor.py#L6037-L6039
Could you try: ``` pip install opencv-python==4.5.4.58 pip install numpy==1.20.3 ```
Feel free to re-open if you run into any more issues!
From NKSR repository (https://github.com/nv-tlabs/NKSR), looks like the pip wheel is expired. Could you follow their installation process?