c3dpo_nrsfm icon indicating copy to clipboard operation
c3dpo_nrsfm copied to clipboard

C3DPO - Canonical 3D Pose Networks for Non-rigid Structure From Motion.

Results 9 c3dpo_nrsfm issues
Sort by recently updated
recently updated
newest added

Hello, I want to train your model by myself, but I have confuse about the input kp_loc, how can it get from 2D keypoint pixel annotations, can you provide the...

Hello, Can it be used to inferent a wild-image? And what is the keypoints' meaning? Or to say, if I get the pixel of keypoint of a wild-image, what should...

![c3dpo_nrsfm_readme_ss](https://user-images.githubusercontent.com/26977596/99898529-efe7ec00-2cc7-11eb-8fae-763806883946.png) While installing Dependencies from requirements.txt throwing Error ![c3dpo_nrsfm_error_ss](https://user-images.githubusercontent.com/26977596/99898541-ffffcb80-2cc7-11eb-863a-31e975f26132.png) So after some searching, I get to know that in order to install torch==1.1.0 we have to specifically provide "-f https://download.pytorch.org/whl/torch_stable.html"...

CLA Signed

I am trying to train the model to make it work for 3D reconstruction for face. I used a 2D face landmark detector to detect 2D landmarks on face images....

I am facing this weird error, dont really know what to do about it. Was running it in a CONDA env. as instructed. Below can be seen a screenshot. ![image](https://user-images.githubusercontent.com/42900802/115134124-8ac8c600-9fdb-11eb-9ea4-0e9f0d011d78.png)

Hi, I run the demo.py but find the visualization results look totally different from the video of your project pages. (Your demo video is cooler! ) How can I draw...

when set projection_type: perspective in exconfig.yaml and run demo.py but assert K is not None in def forward(self, kp_loc=None, kp_vis=None, class_mask=None, K=None, **kwargs):

Hi, How do I visualize the results on PASCAL3D+ dataset. The models and the keypoint annotations given are with respect to 124 keypoints. However, for example for a car I...

Dear All, thank you for your excellent contribution to the community. I was wondering about your very nice visualizations of the 3D wireframes: are there scripts you could share that...