-
Notifications
You must be signed in to change notification settings - Fork 49
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
Run error on my own dataset #54
Comments
Hi, could you print the shape of normal? |
Sorry for the late reply. Do you ensure that your images in your dataset are in the same size? |
Yes, I have checked that. The problem is that for the same scene data, the training can be finished after many attempts with the abovementioned error occurring, so maybe it's not related to the images resolution. |
I haven't encounter the error. Maybe you could upload your data for me to reproduce the error. |
Hi, in previous issues I also see other people encountered the same error. I will do some experiments on Waymo and see whether the error exists. Thanks. |
hello friend,i wonder how can i run my own dataset? i prepare my data use colmap but i got this error: File "train.py", line 372, in training(lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations, args.save_iterations, args.checkpoint_iterations, args.start_checkpoint, args.debug_from) File "train.py", line 41, in training scene = Scene(dataset, gaussians) File "D:\01ZPS_data\models\GaussianPro\scene_init_.py", line 74, in init self.train_cameras[resolution_scale] = cameraList_from_camInfos(scene_info.train_cameras, resolution_scale, args) File "D:\01ZPS_data\models\GaussianPro\utils\camera_utils.py", line 77, in cameraList_from_camInfos camera_list.append(loadCam(args, id, c, resolution_scale)) File "D:\01ZPS_data\models\GaussianPro\utils\camera_utils.py", line 71, in loadCam sky_mask=resized_sky_mask, normal=resized_normal, depth=resized_depth) File "D:\01ZPS_data\models\GaussianPro\scene\cameras.py", line 53, in init [0, K[1], K[3]], IndexError: index 3 is out of bounds for axis 0 with size 3 if you dont mind ,could you tell me how u prepare the dataset? especially how you set up the dataset floder? Thank you! @sonnefred |
Hi, when I run the model on my own dataset, the following error occurs, and this is a random error during the training process. I checked the resolution of training images and they are the same. Could you give any help? Thanks.
![图片](https://private-user-images.githubusercontent.com/66628395/338422145-d0980df9-229d-4bc8-bb0a-c7b000f584cf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTY3NDgsIm5iZiI6MTczOTQ1NjQ0OCwicGF0aCI6Ii82NjYyODM5NS8zMzg0MjIxNDUtZDA5ODBkZjktMjI5ZC00YmM4LWJiMGEtYzdiMDAwZjU4NGNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE0MjA0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmYTM0NzhmYzJkN2U0ZDI5NTg4N2U4MTlkNWY2ZDZhZDA3MzI2MTY5NTVjNmZiZWE3MTU3ZjQwN2I4ZDJmOGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BQnAx1vrADJFDSgXb8awW7Z8xlrwqVYuXhKhsPxFOzw)
The text was updated successfully, but these errors were encountered: