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.
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)
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.
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.
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.2.In executing
bash ./scripts/test_shape.sh 0
with df and voxel, I did some adjustment. Intest_shape.sh
. I remove epoch because of test. And is--th 0.012
for--ios_th 0.012
? Intest_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.
I wander if I have something wrong in this. 3..In executing
bash ./scripts/test_texture.sh 0
with 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.It seems a lot.Thank you for your considering.