-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
training on custom data #5
Comments
This issue arises from the validation settings. You can resolve it by deleting the |
Thank you for the response. I followed your reccomendation, deleting `val:' and its properties from the train.yml config:
However, i still get the same error:
|
It seems that the dataset can't find any camera parameters. Can you show you folder structure? |
Sure,
My LoG root: /home/dev/dev/LoG Paths in the dataset.yml: root: /home/dev/dev/data/2023-12-18_15.06.36 Your help is greatly appreciated |
You can try to remove |
After removing cache, here is the output:
Unsure how camera init is failing here, [Load PLY] load from ply: /home/dev/dev/LoG/data/2023-12-18_15.06.36/sparse/0/sparse.npz
It appears we are able to find the other paths. I confirmed all images are in here: /home/dev/dev/LoG/data/2023-12-18_15.06.36/images/..
Again, your assistance is greatly appreciated! |
Hello, your image extension is .jpg instead of .JPG. You should modify this in dataset.yml |
Thank you for helping me resolve that silly mistake. Unfortunately, I have a new issue:
Again, your assistance is truly appreciated |
You can check |
@chingswy
i looks like the dataset loads wrong. |
Hello, I am able to load your data and train normally on my computer, but I only have a Linux testing environment. Your issue might be related to Windows or a specific problem with PyTorch. |
There are a lot of places in the code where they specify the amount of cpu workers (num_workers). If you set all of them to 1, it should work on windows. |
Hello,
I am trying to train the model on my custom data captured from a phone camera. Pre-processed fine w/ COLMAP, however, when i try to train the model:
I modified the dataset path in config/example/test/dataset.yml to match my input data path.
Are there further steps required for custom data? Your advice would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: