JiangyangShen(Sam)

Results 9 comments of JiangyangShen(Sam)

> In addition to adapting to the python or torch version, did you have modify the code? > I use the provided code, dowload the pretrain model and use: >...

your gpu memory might not big enough. Try smaller batch size see if it is. 发自我的iPhone ------------------ Original ------------------ From: heyi

1. To figure out how the bin file saved, check out this link - https://github.com/sjy234sjy234/Learn-Metal/tree/master/TrueDepthStreaming. 2. One must understand that KinectFusion requires an initialization of a cube, which define the...

Of course you can export the model as long as you figure out how the points and normals are structured by marching cube extraction. You can check the details of...

It is not promising that you add color fusion into TSDF. In stead, you may refer to texture mapping and synthesis techniques after reconstruction.

1. Try your own multiplication shader in icp 2. Try to use smaller number of shaders for whole processing. 发自我的iPhone ------------------ Original ------------------ From: hearables-pkinsella

Thank you for the information! Actually, I was a total iOS beginner when I took up this project. Though, we had a urgent deadline before. It might be quite often...

我是根据二维人脸检测,推出三维人脸的大概box,你可以搜一下我的硕士毕业论文。

> in the configuration, I see that > > ``` > #define ICP_MAX_DISTANCE 8.0 > #define ICP_MAX_ANGLE 20.0 > ``` > > In the shader, ` outDepthMapBuffer[outvid]=1000.0/inDisparityValue;` seems to imply...