kfarivar

Results 11 comments of kfarivar

I didn't optimize the value. I just set it to 60sec and was satisfied with it working.

Hi I was wondering where I can download the test_inference_example. I only found the pretrained models.

I just looked at the generate.py code and saw that the dataset is literally created by a function in the `voxelized_data_shapenet.py` so it is not surprising it is not working...

I have the same problem.

I also ran the tests and Again the same error for all of them: ============================================================================ short test summary info ============================================================================= ERROR tests/test_compute_adjacency_info.py - TypeError: metaclass conflict: the metaclass of a...

why was the neutral model removed from SMPL ?

I have also now tired the SMPL fitting part and as I expected the result is not good. this corresponds to the first reconstruction's body where I reversed the direction...

So I just went through your paper again and noticed this line: > We show that IP-Net can be trained to process sparse point clouds from a single view (such...

I have seen the wrapper. It has 2 major problems. 1. The implementation is not efficient. The original implementation uses multitasking library while theirs is a serial implementation. 2. The...