일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- colab runtime
- convert to shp
- geoDataFrame
- 셀레니움
- 인스타그램
- Selenium
- 혁신성장부문
- geopandas
- Crawling
- 코랩 런타임
- 웹페이지
- 해시태그
- 플라스크
- Merge Repositories
- Chat-GPT
- plotly dash
- to shp
- python buildpacks
- kmeans
- 파이썬
- 크롤링
- flask
- clustering
- 알고리즘
- 2164 카드2
- NLP
- 괄호 문제
- Python
- string to list
- 백준
Archives
- Today
- Total
목록파이썬/이미지 처리 (1)
코딩코딩코딩
TensorFlow Hub Object Detection Tutorial
https://tfhub.dev/google/faster_rcnn/openimages_v4/inception_resnet_v2/1 TensorFlow Hub tfhub.dev def display_image(image): fig = plt.figure(figsize=(20, 15)) plt.grid(False) plt.imshow(image) def download_and_resize_image(url, new_width=256, new_height=256, display=False): _, filename = tempfile.mkstemp(suffix=".jpg") response = urlopen(url) image_data = response.read() image_data = BytesIO(ima..
파이썬/이미지 처리
2020. 7. 16. 18:44