tritolol
tritolol
I'm running a simple I/O test for my textured OBJ mesh file using this code: ``` import open3d as o3d def visualize(mesh): vis = o3d.visualization.Visualizer() vis.create_window() vis.add_geometry(mesh) vis.run() vis.destroy_window() textured_mesh...
I propose two improvements to `RandomBatchGeoSampler`: 1. The `size` parameter should be defined in pixels, not in CRS units. The output of a DataLoader using this sampler will be fed...
Hi, I'm currently working on an interface between ESRI ArcGIS Pro and torchgeo. The basic functionality is done so far, I'm able to sample raster layers directly off a running...
Hello @QingyongHu , thank you for the great paper and dataset! I experienced some problems with three files of the dataset. I think they are broken: cambridge_block_0.ply cambridge_block_1.ply cambridge_block_34.ply When...
Hi, thanks for this awesome package. Is there a way to provide initial counts values before starting to fit? I know that normally in agglomerative clustering, each observation is considered...