-
Notifications
You must be signed in to change notification settings - Fork 1
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
- Environment Setting
- Install CUDA
- Install cuDNN
- Python Setting
- Install Python
- virtualenv setting
- Jupter setting
- DeepLearning Basic
- To do
- Object Detection
- How to use TensorFlow Object Detection API
- Remote Tensorboard Connection
- How to use pycocotools for managing dataset(Using coco format)
- TensorFlow
- To do
- Ubuntu
- User management
- SSH connect(with login message)
- File Transfer between local and remote
- ETC
- To do
- Environment Setting