-
Hey all,
I see that you have a custom dataloader for the solution, but I was curious how to use this network on my own data. For example, say I have a PCD which is already incomplete, I do not have t…
-
Hi! First of all, thank you for your work!
I have tried to train the program on a custom dataset which I have created following your instructions. I have tried both - .mp4 and folders with .png, and…
-
Hi, thank you for your inspiring work! I am curious about how to change the length of the dataloader (i.e. prune the training data) without recreation a new dataloader every epoch when using distribut…
-
I train the model in custom data and in the last epochs it breaks with this error:
ERROR in training steps.
ERROR in training loop or eva…
-
Hi there, I'm trying to test out the pre-trained model on a custom dataset, but I am unable to find the script that does that (Seems like `visualize_dataloader` is visualizing the GT). I've been tryi…
-
### Bug description
When attempting to use the `trainer.predict` method with a `CustomDataModule`, an error occurs related to the `DataLoader` implementation. It seems that multiple values are being …
-
Hi, I am trying to run NMF on my own datasets. My dataset format is dtu or neus, for which I write a new dataloader. But I notice the rendered results except the images of the last index are just blan…
-
I'm trying to execute a training process with `composer run.py --config-path yamls/hydra-yamls --config-name SD-2-base-256.yaml`, after changing the configuration to use a custom data loader. Im getti…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org…
-
This is a really nice framework, however a serious issue for me is (the lack of) GPU utilization. This is an issue even with only a simple ZNormalization and a left right flip of the data as augmentat…