일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- windows
- keras
- raspberry pi
- urllib
- error
- TensorFlow
- Anaconda
- gpu memory
- Jupyter notebook
- download
- ppc64le
- install
- dataset
- colab
- FIle
- CUDA
- face_recognition
- Deep Learning
- 딥러닝
- linux
- python3
- Windows 10
- YouTube 8M
- ubuntu
- shakeratos
- object detection
- dlib
- colaboratory
- python
- pyTorch
- Today
- Total
목록사용법 (2)
Shakerato
0, python 설치 1, kaggle api 설치, 'cmd'창에서 아래 명령 실행 pip install kaggle 2. kaggle api 토큰 생성 아래 링크 (은 자기 아이디로 대체)에 접속 https://www.kaggle.com//account 페이지 중간에 'Create New API Token' 버튼을 클릭 kaggle.json 파일이 다운로드 되면 C:\Users\\.kaggle 이 폴더에 kaggle.json 파일을 옮기기 3. kaggle competition 참가 후 kaggle api를 이용해 데이터셋 다운로드 예를들어 https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data 위 competition에 ..
1. https://www.ffmpeg.org/download.html2. Click Windows icon3. Click 'Windows Builds' text4. Download version 3.4.2, 64bit or 32bit, Static5. Extract zip file, copy /bin/ffmpeg.exe to video folder6. Making video clips using this command ffmpeg -i [Input file name] -ss [start time] -to [end time] [output file name] (example)ffmpeg -i video.mp4 -ss 00:00:03.000 -to 00:00:12.000 clip1.mp4