-
I tried a training with the SUNRGBD dataset, and got the error `Loss is None`. Inspecting the code, it seems like it can only be caused by the loss function in `ESANet/src/utils.py`, and specifically …
-
I have a dataset with 14 classes(include 13 kinds object classes and 1 kind background)
In the dataset, background'id is set to 0, and the others classes' id is 1-13,
in the label picture, the back…
-
Can it be applied to real-time point cloud and image input?If I want to implement this feature, what should I do.Expect your reply.
-
Dear author,
Thank you for your great work! May I ask do you have plan of test on SUNRGBD? Thank you
Best Regards,
Lin Qian
-
Thanks for your code sharing.
In my data preprocessing with NYU-v2, the number of class of NYU-v2 is 41 containing background.
But your code is scripted 40 class. Is this model does not contain back…
-
Thanks for great work!
I want to use Depth embedding in ImageBind, but I cannot get good results...
Please instruct how to use depth embeddings..
・depth estimator and create depth image
```
fro…
-
hi!
I run the prepare_data.py and get the pickle file. However, it is much smaller than those Charles provided. Mine is nearly 1/3 of Charles'. Anybody knows why?
![image](https://user-images.gith…
-
Hi, I really appreciate the project and hope it can be developed more :)
Now, I'm trying to do only layout_estimation. My purpose is to give an image and take its layout 3D image.
Like this :
![…
-
Hi all,
I was wondering what's the training time of votenet on the sun rgbd dataset. According to my experience, using one 1080 Ti GPU on an Ubuntu 16.4 server, it would take around a day. In the p…
-
I'm using rgbd segmentation pretrained model. Can you tell me, how to get a depth image of room?
Thanks, in advance.