brian3021
brian3021
Hi, thanks for sharing the repo. I'm doing the research on 3D reconstruction from single image now, and I found your repo. and I have seen that in `Shapenet.py`, you...
Hi, thanks for sharing the repo. I have a question about chamfer loss in `losses.py` file. why you multiply `0.55` to `tf.reduce_mean(dist2)` ? dist2 means that the **pred** to **gt_pt**...
Hi, thanks for sharing the code. I was using chamferdist as my model loss, and it works very well. And now I saw the 1.0.0 version of chamferdist has KNN...
Hi, I have some question about support variable in TAGCN. I saw you get the path_weight_matrix by loading the "cora_path_weight_norm.dat" file. And I saw you calculate ind.cora.graph file to get...