김재훈 (Kim Jaihoon)

Results 9 comments of 김재훈 (Kim Jaihoon)

Hi, I tried --device 1 but it gives me the same warning. And I guess CUDA - GPU compatibility is fine since I have been using the same version on...

This is the mesh which I found the problem above. Maybe it's due to mesh's unsoundness. I will also check if other meshes behave similary. [updated_mesh.glb.zip](https://github.com/facebookresearch/pytorch3d/files/14356300/updated_mesh.glb.zip) Plus, I found another...

I'm current using it in inference time. As a matter of a fact, I also wonder how it should be given during training time. So my question is should inputs...

Hi, how about the camera pose scores ? Is the higher the better ? Also, how well do the scores of point cloud correlate with camera pose scores ?

Right, thank you for clarification.

Alright, must have missed it, thank you !

Hi, I just noted that when I call `sequence_frames_in_order` from `pytorch3d.implicitron.dataset.dataset_base.DatasetBase` it gives me ~101 index which is different from the number of frames I downloaded (~202). Seems like frames...

I have been trying to implement it by myself. I will PR when its completed