Results 5 comments of Uğur Horasan

Thanks guy for responding. I was able to solve the issue by removing pytorch3d and reinstalling it accordingly. In my initial installation, I forgot to do: "After any necessary patching,...

@zengwang430521 Thank you. Yes, I was getting "pyrender" not installed warning despite it was, i handled it by commenting out pyopengl_environment as I am working on windows. I also had...

I am running demo, python demo.py --vid_file demo.mp4 with CPU. I am getting this error after loading pre-trained model from "tcmr_demo_model.pth.tar", at model.load_state_dict ckpt = ckpt['gen_state_dict'] model.load_state_dict(ckpt, strict=False)

Thank you for your help but I couldn't find on the code where I should change. It gives the error on TCMR, before even creating the SMPL model but in...

@vishnukarthik-1994 I have solved the issue but in a different way. I converted it into tflite model from "https://github.com/zldrobit/yolov5" link with this code "python export.py --weights xx.pt --include tflite --img...