본문 바로가기

코딩코딩코딩

검색하기
코딩코딩코딩
프로필사진 hanshow113

  • 분류 전체보기 (76)
    • 파이썬 (54)
      • 텍스트마이닝 (12)
      • 이미지 처리 (1)
      • 문법 (12)
      • Algorithms (19)
      • Flask (4)
      • GeoData (4)
      • Chat-GPT (1)
    • MySQL (19)
      • BasicGrammer (5)
      • Problem Solving (14)
    • R (1)
    • Git (1)
    • 취업준비 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • Github
«   2025/05   »
일 월 화 수 목 금 토
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
  • string to list
  • 혁신성장부문
  • Selenium
  • 백준
  • clustering
  • Python
  • 코랩 런타임
  • 파이썬
  • plotly dash
  • 플라스크
  • Crawling
  • convert to shp
  • 해시태그
  • 셀레니움
  • kmeans
  • Merge Repositories
  • Chat-GPT
  • flask
  • to shp
  • 괄호 문제
  • 2164 카드2
  • NLP
  • 웹페이지
  • colab runtime
  • geoDataFrame
  • python buildpacks
  • 알고리즘
  • geopandas
  • 크롤링
  • 인스타그램
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록파이썬/이미지 처리 (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
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바