Vaibhav Arora

Results 7 issues of Vaibhav Arora

Hi, Do you finetune on kitti using the sparse GT as it is and interpolate predictions only for visualization or are the depth maps interpolated for training itself too (seemingly...

Hi @mikedh Given a mesh, and vertex indices corresponding to a part, I want to extract the submesh. One way of doing it is as follows: ``` mesh = trimesh.load(fp)...

https://github.com/MPI-IS/mesh/blob/49e70425cf373ec5269917012bda2944215c5ccd/mesh/search.py#LL39C1-L39C1 ``` from psbody.mesh import Mesh mesh = Mesh(v=verts, f=faces) tree = mesh.compute_aabb_tree() everything = tree.intersections_indices(plane_mesh.v, plane_mesh.f) ``` ![image](https://github.com/MPI-IS/mesh/assets/48105310/59430d22-c665-4fd8-9570-82eb72437426)

Hi, Thank you for your work. Can you please share the script to process the registrations into objects with the correct filenames as is evident in the dataloader to get...

### Describe the bug With anomalib v1.2 where looking into the init of Tiler: ``` def __init__( self, tile_size: int | Sequence, stride: int | Sequence | None = None,...

stale

### Describe the bug Using untile() without running tile() first is not possible. Also this is not clear in the documentation ### Dataset N/A ### Model N/A ### Steps to...

stale