본문 바로가기

AI/DataCollecting3

[WebCrawling] Selenium https://googlechromelabs.github.io/chrome-for-testing/ Chrome for Testing availabilitychrome-headless-shellmac-arm64https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.119/mac-arm64/chrome-headless-shell-mac-arm64.zip200googlechromelabs.github.io chrome 버전과 일치하는지 확인! wget https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.119/linux64/chromedriver-linux64.zip  cd .. 2024. 8. 19.
[Labelme] labelme(라벨링) 사용을 위한 환경 조성 os : window 10환경 : anaconda 3 https://github.com/labelmeai/labelme?tab=readme-ov-file#anaconda (labelme) C:\Users\jaeho>pip install labelmeCollecting labelme Using cached labelme-5.4.1.tar.gz (1.4 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [12 lines of output] Traceback (most r.. 2024. 5. 30.
[Download] aihub 이용법 AIHUB 이용 절차(for Linux)https://www.aihub.or.kr/devsport/apishell/list.do?currMenu=403&topMenu=100 조금 더 구체적으로 소개해봤어요.1. curl 다운로드sudo apt install curl   linux 시스템에 curl을 설치하여 url을 통해 데이터 전송 및 수신하기 위해 사용  2.  aihubshell 다운로드curl -o "aihubshell" https://api.aihub.or.kr/api/aihubshell.do 3. aihubshell 실행권한 부여(필수)chmod +x aihubshellchmod +x aihubshell 4. 전역 실행 bin 등록aihubshell을 /usr/bin/에 복사하여 전역명령어로 .. 2024. 5. 23.