You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the pointing this out. The previous uploaded 'SPH3D_shapenet.py' is an primitive version. I have updated SPH3D_shapenet.py and SPH3D_shapenet_onehot.py.
When I run the code
train_shapenet.py
, I get several errors, likemodule 'shapenet_config' has no attribute 'multiscale'
,build_graph_deconv() got an unexpected keyword argument 'nnsearch'
.It seems that you give the wrong params to the functions
s3g_util.build_graph
ands3g_util.build_graph_deconv
in:https://github.com/hlei-ziyan/SPH3D-GCN/blob/6ca77b5906a6f3a228cb655156bfa7a58ee86e9c/models/SPH3D_shapenet.py#L51-L54
https://github.com/hlei-ziyan/SPH3D-GCN/blob/6ca77b5906a6f3a228cb655156bfa7a58ee86e9c/models/SPH3D_shapenet.py#L89-L92
How to fix these?
The text was updated successfully, but these errors were encountered: