-
Hi, thank your for your works. I am trying to reproduce your pose consistency loss. This loss constraints the predicted pose from other camera to be consistent with the front camera after transformati…
-
Hi @siddk, I modified the VLM model but the program is stuck when running `self.clip_grad_norm()` in base_strategy.py
https://github.com/TRI-ML/prismatic-vlms/blob/874c5bbff52b248294a3ab97006491a7f…
-
I see the following error while loading the model
UnpicklingError: unpickling stack underflow
Looks like this can be because of the old scipy format of the saved file. Is there a way to get the tx…
-
Hi, Great Work you guys have done!
I have some questions regarding the steps to run inference
Currently, I have set up environment till this point, and now doing this part:
https://github.com/on…
-
Hi,
I wonder if the release codes include implementations for "Linear – Tri-Plane" ,"Position Shift" and "Encoding Shift" methods. It seems that only the "Phase – Tri-Plane" method is implemented.…
-
When running the training command "python train_pano2gaussian_decoder.py", I get callback as follows:
(gs-decoder) D:\cici\gaussian_gan_decoder\main>python train_pano2gaussian_decoder.py
wandb: Curr…
-
# Issue: waymo-open-dataset requires Eager execution
The official tutorial uses eager mode: https://colab.research.google.com/github/waymo-research/waymo-open-dataset/blob/master/tutorial/tutorial.ip…
pwais updated
3 years ago
-
Hi, I encountered an error as follows:
File "train.py", line 212, in training
render_pkg = render(viewpoint_cam, gaussians, pipe, bg, override_color=None, meshdict=meshdict)
File "/data/…
-
Hi team, I am using OML recently for training Reid models on custom dataset. I have tried ViT, ClipVit and Resnet models from OML package. During training it seems model is getting trained well based …
-
Traceback (most recent call last):
File "/home/boofboy/Desktop/x/main.py", line 124, in
output_ids = model.generate(input_ids=input_ids, max_length=max_length,
File "/home/boofboy/minicond…