kaixin-bai
kaixin-bai
also visibility is all 0.
i also have this problem sometimes, don't know why.
paddlepaddle-gpu 2.3.2, cuda 11.6同样有此问题
> Yes, i already did that. ```bash # this is not necessary if you do not build python binding export PYTHONPATH="$PYTHONPATH:/home/kb/Desktop/pose_estimation/Misc3D/build/lib/python" # this is necessary for c++ to find the...
这个issue没有更新了吗?
I have simular problems, but i'm not sure if the reason is the same. The code below takes about 1 second, the function 'remove_zeros' is to delete the [0,0,0] in...
in show_pose_results.m add `opt.model_path = '/data/Ycb_Video_Dataset/models';` that should work
I followed the README of BlendMask, but cannot get the right result. 
Problem solved by changing `self.const_val["indexed_vertex_id"] = vertex_id[anchor_padding_mask == 1]` to `self.const_val["indexed_vertex_id"] = vertex_id.to('cpu')[anchor_padding_mask.to('cpu') == 1]` on `geo_optimizer.py line 141`
Have you fixed it?