Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- cv2
- 큐
- numpy
- attention
- 알고리즘
- reconstruction
- Object Detection
- center loss
- 파이썬
- 3D
- 임계처리
- transformer
- 자료구조
- 딥러닝
- Computer Vision
- 논문 구현
- OpenCV
- deep learning
- point cloud
- 스택
- Python
- Threshold
- 프로그래머스
- level2
- Knowledge Distillation
- flame
- Object Tracking
- re-identification
- Deeplearning
- NLP
Archives
- Today
- Total
목록matplotlib (1)
공돌이 공룡의 서재

코로나때문에 집에서 보내는 크리스마스였는데 심심해서 만들어보았다. 2D로 만든 코드들은 많았는데 3D로 만든 것이 없어서 Numpy 모델로 구현해보았다. 만들면서 numpy와 matplotlib.pyplot의 3D scatter에 대한 여러 함수들을 다뤄볼 수 있다. There are many 2D tree but no 3D tree, so I made christmas tree 3D model by using Numpy library. We can learn how to use numpy and matplotlib library for 3D scatter. #!/usr/bin/env python # coding: utf-8 import numpy as np import matplotlib.pyplot ..
코딩
2020. 12. 28. 11:15