NeAT
NeAT copied to clipboard
This is the official repo for the implementation of NeAT: Learning Neural Implicit Surfaces with Arbitrary Topologies from Multi-view Images.
When I run the command "python render_obj.py—-conf ./confs/conf_render_obj_perspective.json," I encounter the error "File "render_obj.py", line 94, in main mesh.vertices *= 0.45 AttributeError: can't set attribute." How can I solve this...
Hello, may I ask you about the code details of render_obj. I used SoftRas' camera_mode='look_at' to generate images from individual perspectives, but I can't use 'projection' to generate images because...
[ 50%] Building CXX object CMakeFiles/calibration.dir/calibration.cpp.o [100%] Linking CXX executable calibration /usr/bin/ld: cannot find -lcnpy collect2: error: ld returned 1 exit status CMakeFiles/calibration.dir/build.make:137: recipe for target 'calibration' failed make[2]: ***...