Here is my python codes: import owl, numpy a = numpy.zeros((300,400)) b = owl.from_numpy(a) And it just gave me such an error: terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at Aborted (core dumped) help...
Here is my python codes:
import owl, numpy
a = numpy.zeros((300,400))
b = owl.from_numpy(a)
And it just gave me such an error:
terminate called after throwing an instance of 'std::out_of_range'
what(): _Map_base::at
Aborted (core dumped)
help...