mvtorch
mvtorch copied to clipboard
Some Issues regarding Vointcloud
2 Issues:
- np.int in function getitem in class ShapeNetPart in data.py does not work(from line 963 to line 989). Should all change to np.int32 or np.int64.
- The Github page for Vointcloud does not give any instructions about the function lifting_net while it is none in segmentation.py. None type lifting_net doesn't work for lifting_method mlp.
lifting_net appears to be null when initiallized and when lifting_net called on line 628 of view_selector.py, its unable to process training of the network
updated now
updated now
It's still not working for lifting_net = 'mlp'.