Junjie Wang

Results 13 comments of Junjie Wang

@zhan-xu Hi! I have tried your fbx parser with fbx models downloaded elsewhere. It seems that the texture or vertex color information is lost during the parsing process. Is there...

Thanks for your quick and detailed reply!!! I will try that! Wish you all the best

> Hi. My fbx parser if a very preliminary one and has many limitations. For your question, I think you need cmds.polyEditUV to get vertex UV, and cmds.polyColorPerVertex to get...

@zhan-xu Got it! Thanks!!!

@yeemachine Hi! Thanks for your cool project! I followed the instructions in README but found it always output 1 in the field of eye blendshapes using code as below, can...

@zoranmedic Hi! I am also trying to reproduce the results, but I am not familiar with tensorflow... Could you share your script? Thanks a lot !!!!!

@tebesu Hi! What do the contents in `title_context_df.pkl` mean?

@tebesu Thanks!!! I checked the contents in `title_context_df.pkl` and found a dictionary, with words as keys and integers as values. I speculate this file contains the frequency of each word...

I did experiment with your provided samples `openMVS_sample` with the same procedure, but the phenomenon is quite similar and `scene_dense.mvs` is not produced: ``` 16:53:23 [App ] Build date: Apr...

* I tried to compile with cuda enabled and experiment with provided `openMVS_sample`. It worked sometimes for the command `DensifyPointCloud`. * However, I got stuck in `ReconstructMesh`. It did produce...