Skip to content

How to use matplotlib

JihunJung edited this page Feb 27, 2020 · 1 revision
  • Image Save할 때 여백 없애는 방법
plt.imshow(img)
plt.axis('off')
plt.savefig("test.png", bbox_inches='tight', pad_inches=0)
  • HOME
    1. Environment Setting
      • Install CUDA
      • Install cuDNN
      • Python Setting
        • Install Python
        • virtualenv setting
        • Jupter setting
    2. DeepLearning Basic
      • To do
    3. Object Detection
      • How to use TensorFlow Object Detection API
      • Remote Tensorboard Connection
      • How to use pycocotools for managing dataset(Using coco format)
    4. TensorFlow
      • To do
    5. Ubuntu
      • User management
      • SSH connect(with login message)
      • File Transfer between local and remote
    6. ETC
      • To do

Clone this wiki locally