Instant-angelo
Instant-angelo copied to clipboard
numpy.asscalar deprecated
Hi. thank you for your work. I really appriciate it!
The dense reconstruction would not run because of the use of numpy.asscalar: https://github.com/hugoycj/Instant-angelo/blob/4d57c9268e8fb1868bfa028364e4353005a70939/third_party/Vis-MVSNet/colmap2mvsnet.py#L354
I changed it to numpy.ndarray.item() which works. Maybe this helps someone.