Bery_Z

Results 5 issues of Bery_Z

My code : pointclouds = pointclouds.detach().cpu().subsample(max_points_per_pointcloud) verts = pointclouds.points_packed() features = pointclouds.features_packed() color = None if features is not None: if features.shape[1] == 4: # rgba template = "rgb(%d, %d,...

When i run:colmap feature_extractor --ImageReader.camera_model OPENCV --ImageReader.single_camera 1 --database_path colmap.db --image_path /home/work/project/data/download/images I got this error: *** Aborted at 1652179155 (unix time) try "date -d @1652179155" if you are using...

Why does the rendered image contain blank space, but there is no blank space on the point cloud?

## Description Hello, I want to use dev_ Install.sh for source code compilation and installation, but I encountered the following error: KeyError: 'The Python module widgetsnbextension is not a valid...

I installed the code and its dependencies. When I train VAE , it fails : ![图片](https://user-images.githubusercontent.com/24890392/228806353-b70161e1-a88a-4b73-a434-c1d87e41d116.png) I'm using Python 3.9. Is that an ok version to use? I installed the...