NASA.pytorch icon indicating copy to clipboard operation
NASA.pytorch copied to clipboard

PyTorch implementation of "NASA: Neural Articulated Shape Approximation"

Results 1 NASA.pytorch issues
Sort by recently updated
recently updated
newest added

Hey man, What do `data_BT` and `data_BX` represent? I see you labels as follows: ```python labels = np.concatenate([ np.ones(inside_samples.shape[0]), np.zeros(outside_samples.shape[0])]) # add original verts samples = np.concatenate([samples, samples_verts], 0) labels...