-
## Description
I am trying to use the `ChamferDistance` function from the `cellshape_cloud.vendor.chamfer_distance` module, but it appears that the `chamfer_distance` directory is empty or the func…
-
Hi,
I noted the size of the training set for NYU V2 is 50k in your paper, however, that is 24k+ in the code. Might I know is it a typo or I got something wrong.
Thanks.
-
Hi, @Emanuele97x. When I train the weakly supervised model, the[` loss_cd = L2_ChamferLoss_weighted()`](https://github.com/diegovalsesia/XMFnet/blob/e1b8487c12cbdc6e60ad8925de32db1dc6868da2/weakly_su…
-
Unable to import `from mdlearn.nn.models.aae.point_3d_aae import AAE3d`
It looks like the loss module is not included in the pypi distribution. Perhaps because it is missing a __init__.py
```
P…
-
Thanks for your work~ I have one question.
For pytorch codes, the input shape of a network is (B,C,N). B for benchmark, C for channles(for point clouds coordinates, C=3, just like [here](https://gith…
-
Hi, when I run `pose_data.py` to prepare datasets, I have the following problems:
`No such file or directory: '../data/results/nocs_results/val/results_val_00000_0000.pkl'`
I couldn't find the fil…
-
`class ChamferLoss(nn.Module):
def forward(self, preds, gts):
P = self.batch_pairwise_dist(gts, preds)
`
But when using ChamferLoss, the scripts are:
`output = self.model(pts)
loss =…
-
Hello thank you for providing this to accompany your work.
Really cool stuff here.
I am trying to train the autoencoder and I encountered this error, I was wondering what could be the solution
…
ghost updated
5 years ago
-
First,Thanks for your contribution!
Last time I have downloaded your updated code again with DataVis.py, but new problems have arisen.
when I run:python train_img2pc.py --name experiment_name,the fo…
-
Let the data be as following:
```
x = np.array([[[-0.259665, 0.0118517, -0.243257],
[0.193962, 0.0118547, 0.0201565],
[-0.0122578, 0.16738, 0.240322],
[-0…
hzxie updated
5 years ago