saurabh
15
@omria
I have tried all the above mentioned codes… Unfortunately It does not work.
The correct way to access tensors are mentioned in docs. I found later on…
tensor = roi.get_tensor('layer_name')
tensor_np = np.array(tensor)
Although I have different Issue. Can you please take a look on that…