yaseryacoob

Results 21 issues of yaseryacoob

The work is very interesting. The discussion at the end of the paper regarding inversion (and the associated Figures 18+) are intriguing. I have two questions 1. Can you share...

Thanks for sharing your ideas and code. It is rather fun to compare it to StyleGAN2. I am wondering about this 1. Why does your algorithm do poorly with eyeglasses?...

I noticed there are no examples from VoxCeleb in the paper or the code. Also no sufficient information or data so one can replicate the experiments. Can you please share?

Can you please explain what this does in the notebook? Should this truncation be recomputed if one is to create more diversity of generation?

Have you tried to train a FFHQ 1Kx1K model?

I am trying to explore other models from slowfast model zoo https://github.com/facebookresearch/SlowFast/blob/master/MODEL_ZOO.md like the AVA 16x8, I get an error that seems to needing to set a Caffe2 flag, given...

when compiling on ubuntu 16.04, the test_cpp fails with ........../normals_Hough/test_cpp/../third_party_includes/nanoflann.hpp:1823:16: error: âlog2â is not a member of âstdâ treeCount = std::log2(maximumPointCount); ------------------------------------------------------------------------- the nanoflann.hpp treeCount = std::log2(maximumPointCount); is incompatible with...

I ran the training (locally), and got this in the train folder (after about 6 hours or so)., see the eval.json I tried to run the training again and got...

I trained on a new dataset, (full 500000) but had to change the netwidth to 128 (from 256) to be able to train on 16GB GPU. See attached video, the...

I would like to replicate the CVD experiment you have on the project page. 1. Since CVD estimates depth, I wonder how you did the texturing 2. Is it possible...