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 |
Tags
- 큐
- re-identification
- deep learning
- 파이썬
- transformer
- Computer Vision
- 스택
- level2
- point cloud
- reconstruction
- Python
- cv2
- 자료구조
- 딥러닝
- 논문 구현
- 3D
- 임계처리
- Knowledge Distillation
- NLP
- Object Tracking
- Deeplearning
- 알고리즘
- Object Detection
- OpenCV
- center loss
- flame
- numpy
- attention
- Threshold
- 프로그래머스
Archives
- Today
- Total
목록크리스마스트리 (1)
공돌이 공룡의 서재
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/y3EJJ/btqRL2E1tbn/kg9hciKHPJqDBqO7JPpATk/img.png)
코로나때문에 집에서 보내는 크리스마스였는데 심심해서 만들어보았다. 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