mvtorch icon indicating copy to clipboard operation
mvtorch copied to clipboard

Some Issues regarding Vointcloud

Open zhs27 opened this issue 1 year ago • 3 comments

2 Issues:

  1. 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.
  2. 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.

zhs27 avatar Nov 17 '23 22:11 zhs27

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

Nuo0101 avatar Nov 25 '23 04:11 Nuo0101

updated now

ajhamdi avatar Nov 29 '23 13:11 ajhamdi

updated now

It's still not working for lifting_net = 'mlp'.

zhs27 avatar Dec 06 '23 01:12 zhs27