일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 커스텀 애니메이션 적용
- Branch 활용 개발
- InstructPix2Pix
- Git
- CARLA simulator
- TensorFlow Object Detection API install
- DOTA dataset
- object detection
- Custom Animation
- 기능과 역할
- AI Security
- 객체 탐지
- paper review
- Linux build
- Paper Analysis
- 논문 분석
- TensorFlow Object Detection Model Build
- 리눅스 빌드
- VOC 변환
- Object Detection Dataset 생성
- 사회초년생 추천독서
- Docker
- 개발흐름
- 논문분석
- TensorFlow Object Detection 사용예시
- TensorFlow Object Detection Error
- 크롤링
- Towards Deep Learning Models Resistant to Adversarial Attacks
- DACON
- Carla
Archives
- Today
- Total
목록자유게시판 (1)
JSP's Deep learning

오늘 해볼 크롤링은 프리스타일 2라는 게임 홈페이지의 자유게시판~! 유저수가 많지 않은 게임이라 아는 사람이 별로 없는 게임이지만, 나의 학창시절을 책임져준 게임... 사실해보고 싶은 이유는 추억인 부분도 있고, 이 게임이 운영을 정말 못했던 터라... 운영진들이 자유게시판을 좀 분석해봤으면 어떨까 하는 마음으로 내가 대신 데이터를 수집한다~! 이번에는 크롤링의 코드를 분리해서 분석해보고자 한다. 1. 패키지 로드 import pandas as pd import numpy as np import chromedriver_autoinstaller from selenium import webdriver # 라이브러리(모듈) 가져오라 from selenium.webdriver import ActionChains..
Data Processing/Crawling Practice
2022. 5. 25. 20:44