-
Hello, I was trying to get some synthetic data generated using nvisii. I wanted to see the bounding box using nvdu. Here is the error that I am getting:
```
arghya@arghya-All-Series:~/ros1_catkin_ma…
-
Hello, thanks for Martin Günther's contribution, I am studying the recently updated content of symmetric objects. I encountered the following problems:
1. Does ‘--path_single_obj’ specify a trainin…
-
Hi, first of all, sorry for the long post. I'm currently experimenting with training DOPE to understand the project fully and its theoretical background. First, I generated synthetic data using Blende…
-
Thank you for providing this dataset!
May I ask if it is possible to have multiple objects move?
-
Hi, I'm trying to train PoET on my custom dataset, for sake of clarity, the dataset is composed by 30 video in which I have only one object which is always in the center of the image (it can be slight…
-
The anomaly plot function could be much more versatile by allowing the user to specify a variable baseline. This is useful for visualising differences between the annual trend of a given parameter and…
-
When I am trying to load meshes for renderer, raise ValueError("Meshes does not have textures")
1. This is the code, mesh_path is *.ply file, and there is also *.png file as texture file, I want…
-
Hi! Great boilerplate, thank you. I seem to be getting websocket errors consistently and I'm not sure how to address it:
On the server:
```
Error handling upgrade request TypeError: Cannot read…
-
template_fp = "model/h2onet/template/template.ply"
transform_fp = "model/h2onet/template/transform.pkl"
-
First question: Don't understand why points are added below:
`pred = torch.add(torch.bmm(model_points, base), points + pred_t)`
The second question is about iterative optimization. Why is the follow…