Skip to content
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

Example video #13

Open
autolife-nz opened this issue Oct 31, 2024 · 10 comments
Open

Example video #13

autolife-nz opened this issue Oct 31, 2024 · 10 comments

Comments

@autolife-nz
Copy link

Hello,

Thanks for making this code available - amazing work. We are currently trying to debug our installation but are having difficulty knowing if errors are from config, or from the input video file that we recorded ourselves. It would be very helpful to have one input video that we know works, so we can rule out input data as a cause of the errors. Would it be possible to release one of the example videos on the project page?

Many thanks.

@snow-nene
Copy link

Hello,

Thanks for making this code available - amazing work. We are currently trying to debug our installation but are having difficulty knowing if errors are from config, or from the input video file that we recorded ourselves. It would be very helpful to have one input video that we know works, so we can rule out input data as a cause of the errors. Would it be possible to release one of the example videos on the project page?

Many thanks.

Yes, I am encountering the same problem now.

@canyueduhong
Copy link

Yes, I am encountering the same problem now. The error is reported as follows

[ITER 30000] Saving Checkpoint [08/11 16:26:44]

Training complete. [08/11 16:26:45]
creating the SMPLX Decoder
Data path: /home/tom/fssd/GaussianHaircut/scene/folder
Fitted camera path: /home/tom/fssd/GaussianHaircut/scene/folder/3d_gaussian_splatting/stage1/cameras/30000_matrices.pkl
Overwriting COLMAP cameras with optimized cameras
Traceback (most recent call last):
File "/home/tom/fssd/GaussianHaircut/ext/NeuralHaircut/src/multiview_optimization/fit.py", line 83, in
main(
File "/home/tom/fssd/GaussianHaircut/ext/NeuralHaircut/src/multiview_optimization/fit.py", line 25, in main
dataset = Multiview_dataset(data_path, fitted_camera_path, use_scale, fixed_images, **conf['dataset'], device=conf['general.device'], batch_size=batch_size)
File "/home/tom/fssd/GaussianHaircut/ext/NeuralHaircut/src/multiview_optimization/dataset/dataset.py", line 162, in init
self.lmks = torch.from_numpy(np.stack([lmks[i] for i in self.good_views]))
File "<array_function internals>", line 200, in stack
File "/opt/conda/envs/gaussian_splatting_hair/lib/python3.9/site-packages/numpy/core/shape_base.py", line 460, in stack
raise ValueError('need at least one array to stack')
ValueError: need at least one array to stack

@autolife-nz
Copy link
Author

autolife-nz commented Nov 8, 2024 via email

@canyueduhong
Copy link

Okay, but your email is hidden

@autolife-nz
Copy link
Author

autolife-nz commented Nov 8, 2024 via email

@canyueduhong
Copy link

ok i see

@canyueduhong
Copy link

canyueduhong commented Nov 8, 2024

Brother, I found out what the problem is. The problem is that when filtering high-quality pictures, setting it to 0.6, which causes no one to filter and the array is empty. Just change it to a lower level.

@autolife-nz
Copy link
Author

autolife-nz commented Nov 8, 2024 via email

@autolife-nz
Copy link
Author

image
Hello, we changed if score > 0.2 to 0.2, 0.1, 0.0 but we are still having the same problem. Did you get the whole process to work? Did you managed to get a final output? Also will send you a email. Thanks.

@canyueduhong
Copy link

I have successfully obtained the final result. We can continue our communication via email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants