yifita / idf

implicit displacement field
GNU General Public License v3.0
121 stars 9 forks source link

Then JSON file for detail transfer seems not correct #8

Open iris112358 opened 2 years ago

iris112358 commented 2 years ago

Hi, Thanks for open-sourcing this awesome work! I tried to train the detail transfer network by using the command in the Readme

python net/classes/executor.py net/experiments/transfer/exec.json

But the extracted plys are empty with only one vertex. It seems the JSON file is not correct. Could you please upload the JSON file used for the experiment in the paper? Any help is appreciated.

yifita commented 2 years ago

Hi @iris112358 I'm so sorry for the late response. The issue notification slipped my attention.

There were 2 issues and I fixed them with the new pushes.

  1. the base shape training didn't converge. I added an initialization step so that you can first train a sphere model model, which one can reuse for initialization. This way the convergence for the base model will be guaranteed.
  2. The skimage package changed the marching_cube function name. So the export threw an exception but the logging didn't print that error or throw any warning. I updated the function call.

Give it another try?

Again, so sorry for the late answer.