Jianjin Xu
Jianjin Xu
Hi. Thanks for sharing your brilliant work. But I have trouble running inpainting code. I'm using python 2, pytorch 0.3.0. The error message is listed as following. I guess something...
Hi, thanks for your brilliant work! As far as I know, Flow++ is the best generative flow model on images up until now. I have difficulty starting up with your...
In LayoutNetv1 there is a perspective image demo, but I didn't find any relevant script in this repo. Can you help me? Thanks.
As I know, the original CelebA dataset does not provide a semantic segmentation label. The CelebAMask-HQ dataset has 19 class semantic segmentation. Could you please describe how you obtain the...
In official website it is said `Each object is labeled with a class and an instance number`. Where is this label stored?
Hi, just want to know how can I read the support vectors out (in python interface)? Thanks.
In forward.cu line 250, you calculate the depth as: ``` depths[idx] = p_view.z; ``` And p_view is obtained in line 190 ``` in_frustum(idx, orig_points, viewmatrix, projmatrix, prefiltered, p_view) ``` where...
Hi, thank you for your brilliant code. I'm wondering if the official repo's weight can be used directly in your model. In my previous project, I successfully initialized Pytorch InceptionV3's...
Thank you for sharing your fantastic work! I am just wondering do you have any plan to develop a sklearn-like interface. For example: ```python alg = HypHC(*args) alg.fit(X) label =...
I am trying with the following example with a given depth prior. The results are quite out of expectation. On the other hand, if no depth conditioning is used, the...