JOP-Lee / READ

AAAI2023,implementation of "READ: Large-Scale Neural Scene Rendering for Autonomous Driving", the experimental results are significantly better than Nerf-based methods
https://github.com/JOP-Lee/READ-Large-Scale-Neural-Scene-Rendering-for-Autonomous-Driving
GNU General Public License v2.0
447 stars 55 forks source link

AttributeError: 'list' object has no attribute 'T' #33

Closed wuzuyin closed 1 year ago

wuzuyin commented 1 year ago

06343b48ecb389e3f613c51cdb36e62

Sylvia6 commented 1 year ago

Thank you for your support and attention. Are you using customized data? This error seems to be caused by incorrect camera parameters. Where proj_ Matrix is a 4 * 4 matrix projected by OpenGL into ndc space and related to camera internal parameters. In your error report, you explicitly list has no attribute T, which means that the input parameter m is not an np.array and cannot be converted to a transpose matrix.