ethanweber / nerfiller

NeRFiller project https://ethanweber.me/nerfiller/
Apache License 2.0
96 stars 3 forks source link

TrainingCallbackAttributes Error #4

Closed Harr7y closed 8 months ago

Harr7y commented 8 months ago

When I try the ("grid-prior-du-no-depth", "none"), the error occurs. (I can successfully run the ("nerfacto-nerfiller-visualize", "none") and ("nerfacto-nerfiller", "none"))

Figure 1: Error: image

Figure 2: TrainingCallbackAttributes in nerfstudio image

ethanweber commented 8 months ago

Oh yes! Can you run it with the Nerfstudio branch specified in the top of the NeRFiller README? The branch should be merged ASAP but not yet. It's quite minimal and should add the callback where it is missing.

Harr7y commented 8 months ago

Thanks for your reply. I manually set the trainer_base_dir to solve this problem. :no_mouth:

Harr7y commented 8 months ago

Oh yes! Can you run it with the Nerfstudio branch specified in the top of the NeRFiller README? The branch should be merged ASAP but not yet. It's quite minimal and should add the callback where it is missing.

It works~ :smiley: