Gul Varol
Gul Varol
Thanks for reporting this. I have realized that I haven't done a long overdue update of the code about the phoenix part. The current version of the code does not...
Sorry for the slow response. I clearly failed to update the code on time, so I would prefer not to make another estimate now. I will try to find some...
The input to the CNN is the raw flow value in terms of pixels (minus the mean flow per frame). For simplicity, the flow values were stored as 0-255 jpegs,...
I am afraid I do not have easy access to the server to provide a zip for the smpl_data folder. I am not sure what the problem is with the...
Thanks for reporting this issue. Yes the released data has such holes and the released models are trained on that data. Therefore, the models produce these gaps sometimes. Are you...
I have almost never played with GPU mode, sorry I don't know how much the quality differs. On Sat, Jun 9, 2018 at 5:28 AM sta105 wrote: > Alright, it...
Losing body texture happens mostly when there is something wrong with the lighting. You might want to try removing the spherical harmonics, i.e. things related to the osl script. I...
@mezbot you mean the script to rotate? Here is what I used once plotting the mesh with [fig_mesh](https://github.com/gulvarol/bodynet/blob/master/demo/demo.m#L46): ``` matlab set(gca,'CameraViewAngle', 10) for vv = 0:10:360 view(vv, 0); drawnow; end...
Hi, please use the demo scripts to run the test on your own images: https://github.com/gulvarol/bodynet/tree/master/demo
We released the textures in the resolution used for this project (note that they are processed after the original version to anonymize face regions). So the data generation code can...