junyanz / VON

[NeurIPS 2018] Visual Object Networks: Image Generation with Disentangled 3D Representation.
http://von.csail.mit.edu
Other
530 stars 90 forks source link

Some question in test #29

Closed LV0913 closed 4 years ago

LV0913 commented 4 years ago

1.I have successed in executing bash ./scripts/figures.sh 0 with df of car and chair. But when I try with voxel, it seems does have data. Your whole data is too big to download. Can you provide with a piece of data for test? The picture is for voxel of chair. It's same for voxel of car. image

2.In executing bash ./scripts/test_shape.sh 0with df and voxel, I did some adjustment. In test_shape.sh. I remove epoch because of test. And is --th 0.012 for --ios_th 0.012? In test_shape.py, I also made two adjuxtment, `# net_path = join(opt.checkpoints_dir, '%s_net_G_3D.pth' % opt.epoch)

改动

net_path = '/home/ljl/myproject/VON/final_models/models_3D/chair_df_G_3D.pth', # result_root = join(opt.checkpoints_dir, 'testepoch%s' % opt.epoch)

改动

result_root = '/home/ljl/myproject/VON/results/test_shape_df_chair'`. For the result, I have some questions. First, for df, the result of car has big holes in head and tail. Second, for voxel, it seems to be tattered. image

image

I wander if I have something wrong in this. 3..In executing bash ./scripts/test_texture.sh 0with df and voxel, I met same problem for voxel just as 1. And for df, I met this and I haven't figure it out. image

It seems a lot.Thank you for your considering.