zhangzhenyu-zzy

Results 11 issues of zhangzhenyu-zzy

1.when i run in my pc,it will be ok,but i choose to run it in floydhub,the renderer will be false like that: ![image](https://user-images.githubusercontent.com/81757380/122200450-a3ffcd00-cecd-11eb-80dc-a11a15c5c0cf.png) ,but it will be wrong : ![image](https://user-images.githubusercontent.com/81757380/122200746-e88b6880-cecd-11eb-9473-191ff2bc77f5.png)...

bug

I want to make this function ![image](https://user-images.githubusercontent.com/81757380/122197478-ce03c000-ceca-11eb-82cf-cf849ea7a8ea.png) ,but it will be wrong : ![image](https://user-images.githubusercontent.com/81757380/122197578-e96ecb00-ceca-11eb-9738-8f87b763ffba.png) i guess it have the problem in there: ![image](https://user-images.githubusercontent.com/81757380/122197709-0efbd480-cecb-11eb-901a-644d322303a8.png) but i dont know how to deal...

Hello, I recently read your other paper, 3DCrowdNet. I was greatly inspired and wanted to ask you when this code will be open source. Thank you and look forward to...

when i want to training straps,i find a problem,i put the vertices and cam_t in renderer,can not get the true shape ,the shape is not (B,N,W,H),just a image(3,256,256),your code wirte...

hello,thanks for your great work,i want to trainning it in our server,but we can not use conda in the server(web server),Can you provide the docker image needed to run the...

您好,我看了您的论文 Learning to Estimate 3D Human Pose and Shape from a Single Color Image 以后,受益匪浅,想问下您,这个代码目前可以开源吗,我十分想对此代码进行复现,但目前遇到了一些问题

hello,i find we predict the camera parameter[z,tx,ty],and then we get the wold coordinate[tx,ty,2×focal_length/img_size×z],and we get this picture just use the world coordinate in render, ![image](https://user-images.githubusercontent.com/81757380/135017924-b8daff56-9a07-433e-95a1-0696f023b8ea.png) now,i want to use pytorch3d...

![image](https://github.com/antao97/dgcnn.pytorch/assets/81757380/862e877d-dd76-4f9d-80bf-a3ece7b0aba8) 您好,为什么当我运行S3DIS的ground-truth的ply文件时,可视化结果非常凌乱,并没有像您展示的可视化结果一样,这是我的截图,您能告诉我一下问题出在哪里吗?

I download the data of coco,and And put it in the right place, when i take this operation: python preprocess_datasets.py --train_files The following error occurred: ![2021-04-01 21-24-49屏幕截图](https://user-images.githubusercontent.com/81757380/113301627-cdc74000-9331-11eb-8e3c-94c1f2d2d08c.png) I don't know...

if I only want to use coco to train,how should i change the code?