Closed Kammagod closed 3 years ago
You can save the variable 'pred' at Line 60 in 'test.py' by the following code:
plt.matshow(pred.squeeze().cpu().numpy()) plt.savefig("fig.png"))
You can save the variable 'pred' at Line 60 in 'test.py' by the following code:
plt.matshow(pred.squeeze().cpu().numpy()) plt.savefig("fig.png"))
thanks! I will try
hi,how do I get depth maps of test results. Thanks!