Shahbaz Khan

Results 5 issues of Shahbaz Khan

The aligned_instance_bboxes is computed using axis aligned mesh vertices, which means it is different than the bboxes computed using vertices from the original mesh(.ply) file. So aligned_instance_bboxes should be passed...

The paper mentions computation of px as 'summing the rows' of cmat (GLCM matrix) i.e sum of values in x (horizontal) direction, which in python corresponds to summation along axis=1;...

The current ResNet_VAE constructor just loads the pretrained weights but doesn't freeze them. This PR adds an option to freeze the resnet backbone

fixes the file read operation by specifying encoding The csv file contains characters that are utf-encoded and Python's open function throws an error if the encoding is not specified.

The module is imported when calling `compute_partial_sdf_grid.py` It resulted in the following error: `ImportError: libc10.so: cannot open shared object file: No such file or directory` libc10.so is made available on...