iouiwc
iouiwc
Hi, I am reproducing the work. Following the readme, I train the resnet101 with default settings except for a little path changes. However, the evaluation results on ROxford(no 1M distractors)...
Hi, I notice an strange phenomenon in generating random affine transformed training patch pairs [here](https://github.com/ducha-aiki/affnet/blob/f714613431e44ff9178eecd7dc8bee7b67276064/train_AffNet_test_on_graffity.py#L176) The synthesis affine transformation are composition of two matrices, being rot_LAFs and TA. As TA...
I tried to train MNIST dataset only with 0-7, and the resulting feature space looks good for 0-7. however, when I test the network with 8 and 9, they are...
Hi, I wonder if this method can be used to generate higher resolution image, such as 512? Do you think the texture will be blur on areas like tooth?
For those who may use the mesh. render_texture (cython) function, please note there is a bug [error code](https://github.com/YadiraF/face3d/blob/2fc26906d159a11398cd3e7a9b3f16b6f8937da3/face3d/mesh/cython/mesh_core.cpp#L273) error is that it should use tex_tri_p0_ind rather than tri_p0_ind ` tex_p0.x...
Hi, thx for sharing the great works! I am a little confused that are two versions only differ in platforms, or there are some algorithms modifications to make it run...
Hi, are the gifs in the readme generated by the model trained with Columbia dataset? or by the model trained with synthesis dataset? Thanks!
Hi, I am working on a ubuntu server and I can see its desktop via a VNC. When I run meshviewer view sphere.obj I see nothing but a log INFO:root:started...
Hi, is there a way to transfer the texture map to vertex color? Thanks!
Hi 想请问下为什么您生成的编辑方向,对不同的generator是同一套也能编辑呢? 我理解编辑方向对不同的生成器,应该是不同的会比较合理?不知道您git里的latent_directions是用哪个生成器做的,又为什么能用到其他生成器呢? 谢谢