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
- Object Tracking
- level2
- 논문 구현
- 큐
- Object Detection
- 자료구조
- OpenCV
- attention
- Deeplearning
- Python
- Computer Vision
- NLP
- re-identification
- center loss
- 프로그래머스
- cv2
- transformer
- numpy
- 3D
- 파이썬
- flame
- Threshold
- 스택
- 딥러닝
- deep learning
- point cloud
- 임계처리
- Knowledge Distillation
- 알고리즘
- reconstruction
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