google / nerfies

This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
https://nerfies.github.io
Apache License 2.0
1.64k stars 221 forks source link

ERROR: Failed to parse options - unrecognised option '--export_path' #83

Open JanRiebe opened 4 months ago

JanRiebe commented 4 months ago

I'm getting the error ERROR: Failed to parse options - unrecognised option '--export_path' in the reconstruction cell.

I was able to fix it locally by replacing export_path with output_path

Hope that helps.