Instant-angelo icon indicating copy to clipboard operation
Instant-angelo copied to clipboard

numpy.asscalar deprecated

Open vikiba opened this issue 1 year ago • 0 comments

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.

vikiba avatar Dec 15 '23 17:12 vikiba