Enjoy Your Life!

고정 헤더 영역

글 제목

메뉴 레이어

Enjoy Your Life!

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 분류 전체보기 (54)
    • Daily (2)
    • Trip (5)
    • Tech (35)
      • VR, AR (7)
      • AI Study (14)
    • Foods (0)
    • Reviews (9)
    • Lecture (2)

검색 레이어

Enjoy Your Life!

검색 영역

컨텐츠 검색

Tech/AI Study

  • HUGS

    2025.05.21 by Enjoy Something

  • Setup cuda on WSL

    2025.05.20 by Enjoy Something

  • Python을 이용한 인스타그램 사진 크롤링해서 다운로드 하기

    2019.11.02 by Enjoy Something

  • Image Crwaing in Google Chrome for datasets

    2019.10.04 by Enjoy Something

  • Ubuntu 18.04 에 Pytorch 설치하기

    2019.09.16 by Enjoy Something

  • Ubuntu 18.04 에 Cuda 9.2 버전 설치

    2019.09.15 by Enjoy Something

  • [Error] no CUDA-capable device is detected at

    2019.09.14 by Enjoy Something

  • [python] 이미지 변형 (wrap) 및 회전 (rotate) 코드

    2019.09.06 by Enjoy Something

HUGS

보호되어 있는 글입니다.

보호글 2025. 5. 21. 20:11

Setup cuda on WSL

conda create -n Physics3D python=3.9conda activate Physics3D pip install -r requirements.txt but, I don't have a nvidia cuda toolkit, so I tried to install the toolkit.sudo apt install nvidia-cuda-toolkitThen I can check my cuda version using below command.nvcc --version My cuda version is 12.1. Then I tried to install PyTorch.pip install torch torchvision torchaudio --index-url https://download..

Tech/AI Study 2025. 5. 20. 21:05

Python을 이용한 인스타그램 사진 크롤링해서 다운로드 하기

Python을 이용한 인스타그램 사진 크롤링해서 다운로드 하기 인스타그램 사진을 하나씩 다운로드 받기 어려운 사람들을 위해 제작된 프로그램입니다. 깃허브에서 핵심 기능을 다운로드 받을 수 있습니다. 아래 링크로 접속해줍니다. https://github.com/huaying/instagram-crawler huaying/instagram-crawler Get Instagram posts/profile/hashtag data without using Instagram API - huaying/instagram-crawler github.com Clone or download 를 눌러 소스 다운로드를 해줍니다. 이제 아래에 있는 순서대로 설치를 해줍니다. Install 1. Make sure you have ..

Tech/AI Study 2019. 11. 2. 00:09

Image Crwaing in Google Chrome for datasets

image crawing in google chrome browser in ubuntu first, install google api $ sudo pip3 install --upgrade google-api-python-client for selenium, install google chrome driver to type follow description $ sudo pip3 install google-image-download Here is code for crwaling images in chrome browser. from google_images_download import google_images_download response = google_images_download.googleimages..

Tech/AI Study 2019. 10. 4. 15:07

Ubuntu 18.04 에 Pytorch 설치하기

Ubuntu 18.04 에 Pytorch 설치하기 아래 페이지로 접속합니다. https://pytorch.org/get-started/locally/ PyTorch An open source deep learning platform that provides a seamless path from research prototyping to production deployment. pytorch.org 해당하는 버전을 누르고 다운로드 명령어를 입력합니다. pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html 만약 파이썬이 설치되어 있지 않을 경우 명령어 sudo apt ..

Tech/AI Study 2019. 9. 16. 12:37

Ubuntu 18.04 에 Cuda 9.2 버전 설치

Ubuntu 18.04 에 Cuda 9.2 버전 설치 맞는 그래픽 드라이버를 설치 1080Ti 기준으로 아래 명령어 입력. sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update 20대 시리즈의 경우는 아래 명령어를 입력해주고 설치를 해야함. (Nouveau 를 끄는 것) vim etc/modprobe.d/blacklist.conf blacklist nouveau blacklist lbm-nouveau options nouveau modeset=0 alias nouveau off alias lbm-nouveau off 드라이버의 종류를 확인하기 위한 명령어와 자동 설치 명령어. sudo ubuntu-drivers devices sudo ..

Tech/AI Study 2019. 9. 15. 16:43

[Error] no CUDA-capable device is detected at

다음과 같은 에러가 떴을 때 대처 법 no CUDA-capable device is detected at ~ 프로그램도 잘 설치해주었는데 GPU를 사용해야하는 딥러닝 프로그램을 실행하니 에러가 발생했습니다. 문제를 해결해봅니다. CUDA를 찾지 못해 생기는 이슈이니 아래 링크로 들어가줍니다. CUDA Toolkit 10.1 Updated Download https://www.nvidia.com/getcuda $ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin $ sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-reposito..

Tech/AI Study 2019. 9. 14. 13:56

[python] 이미지 변형 (wrap) 및 회전 (rotate) 코드

이미지 wrap 하는 코드 OpenCV를 사용하여 이미지를 불러온 뒤, 뒤틀리는 효과를 주어 약간 변형된 이미지처럼 보이게 함. import random import numpy from scipy.ndimage.filters import gaussian_filter from scipy.ndimage.interpolation import map_coordinates import cv2 import glob import os #path_dir = '/home/datarepublic2/Downloads/AI/examles/fast_neural_style/crop2/data' #file_list = os.listdir(path_dir) def elastic_distort(image, alpha, sigma): ..

Tech/AI Study 2019. 9. 6. 10:22

추가 정보

인기글

최신글

페이징

이전
1 2
다음
TISTORY
Enjoy Your Life! © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바