Xing He
Xing He
I add these two lines of code, but raise another error Traceback (most recent call last): File "train_llff.py", line 407, in training(lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations, args.save_iterations, args.checkpoint_iterations, args.start_checkpoint, args.debug_from, args.near)...
Maybe they can be modified as follow: In PVTConv.py:  In Shared_Transformer.py:  Maybe the code you send is not the final version, the motivation is...
I meet the same problem. Did you solve this problem?  This is the code that reported the error in pc_utils_Norm.py. I print the norm_curv.shape, and the output...
In compute_norm_curv.py and compute_norm_curv_scannet.py, the code compute angle and append angle to the prepared data. I think comment out the code that calculates angle or don't load the last element...
I encountered the same problem. Have you solved this problem?