heromanba / 3D-R2N2-PyTorch

PyTorch version of 3D-R2N2
MIT License
56 stars 15 forks source link

Not able to reproduce results in Fig 4a #13

Open pmgautam opened 2 years ago

pmgautam commented 2 years ago

I tried passing a 2D image of the plane from PASCAL VOC dataset to replicate the results shown in Fig. 4a. The image attached below was passed. However, while running demo.py, the result is not as expected. 0

The output generated looks like this which is nowhere near to the structure seen in the 2D image. image

Is there anything that needs to be taken care of? Thanks in advance!

Update: in the paper, the network has been fine-tuned on PASCAL 3D+ dataset. Are those weights available?