Winne2GO

Results 22 issues of Winne2GO

Hi, thanks for you excellent project. Meanwhile, I want to extract point-wise features from pointnet for my project. However, the feature from pointnet++ is group-wise. Could you please share the...

Can anyone explain how to generate pano images from skybox images directly with viewIndex aligned ?

`mil_prob = test_img(im, mil_model, base_image_size, mean)` `mil_prob = mil_prob.data.cpu().float().numpy()` `...` `for jj in xrange(prec.shape[1]):`   `f = interp1d(precision_score['thresh'][jj][:,0], precision_score['prec'][jj][:,0])`   `#prec[:, jj] = f(mil_prob[:, jj])`   `prec[:, jj] = mil_prob[:, jj]` `mil_prec =...

Hi, I am working on shapenet dataset and want to render the colored image from the 3d model without uv map. I have checked the dibr_tutorial but it does not...

Hi, I have met some problems. I downloaded the provided data and the model, then directly ran the inference, found that the results are Recall@1 0.0? Is there anything wrong?

Hi, thanks for your excellent project ! I am new to diffusion models and I am now training a vanilla diffusion model over a small dataset (100 images). After being...

Q1. it seems that you call tf.get_variable_scope().reuse_variables() function many times in the scope "teller" in rollout.py, in my understanding the first time you call this function makes the reuse flag...

hi, as a fresher in research, i have read your paper recently and have been wondering how to generate M different sentences for one given image without involving random noise...