Image is not displaying in Google Colab while using imshow()

前端 未结 5 1777
甜味超标
甜味超标 2020-12-09 11:48

I am working on a project which requires functions from OpenCV to plot images. I am trying to display image using the below code in Google Colab. But nothing shows up in the

5条回答
  •  盖世英雄少女心
    2020-12-09 12:09

    Found one workaround. We can use %matplotlib inline in the code to use imshow. Used as example here in In[28] - link

提交回复
热议问题