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 | 31 |
Tags
- 스택
- OpenCV
- transformer
- Computer Vision
- 논문 구현
- flame
- Threshold
- level2
- Object Detection
- 3D
- point cloud
- re-identification
- Deeplearning
- 알고리즘
- Python
- NLP
- 큐
- 프로그래머스
- cv2
- Object Tracking
- deep learning
- reconstruction
- 딥러닝
- attention
- center loss
- numpy
- 자료구조
- 임계처리
- 파이썬
- Knowledge Distillation
Archives
- Today
- Total
목록크리스마스트리 (1)
공돌이 공룡의 서재
파이썬으로 크리스마스 트리 만들기 / Python - How to make Christmas tree
코로나때문에 집에서 보내는 크리스마스였는데 심심해서 만들어보았다. 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