Xing He

Results 5 comments of 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: ![2022-04-28 15-01-54 的屏幕截图](https://user-images.githubusercontent.com/71073947/165695640-410fa978-611f-4482-83f4-bd759e318473.png) In Shared_Transformer.py: ![2022-04-28 15-02-56 的屏幕截图](https://user-images.githubusercontent.com/71073947/165695791-e7b1ff42-b3d9-428a-962e-b5a87b4f470d.png) Maybe the code you send is not the final version, the motivation is...

I meet the same problem. Did you solve this problem? ![2023-04-28 09-20-35 的屏幕截图](https://user-images.githubusercontent.com/71073947/235031767-f4b7a8e3-bb72-4792-9ba8-af92c61c81bf.png) 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?