일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- install
- face_recognition
- object detection
- pyTorch
- urllib
- linux
- raspberry pi
- colaboratory
- 딥러닝
- Deep Learning
- TensorFlow
- Windows 10
- gpu memory
- shakeratos
- CUDA
- colab
- ubuntu
- dataset
- error
- download
- dlib
- Anaconda
- python
- FIle
- windows
- Jupyter notebook
- keras
- YouTube 8M
- ppc64le
- python3
- Today
- Total
목록tutorial (2)
Shakerato
[Code and Explain] https://github.com/tensorflow/models/tree/master/research/object_detection [Download] https://github.com/tensorflow/models [Related Youtube: sentdex] https://www.youtube.com/watch?v=COlbP62-B-U [Anaconda 3, Create Envirnment for tensorflow 1.4] 1. open 'cmd' as administrator 2. conda update -n base conda 3. conda create -n tensorflow1.4 python=3.5 anaconda 4. [tensorflow-gpu 1..
(Reference) https://www.youtube.com/watch?v=ghTb2kZSpZE&ab_channel=IrrelevantVoice 1. Download any video1 and video2, ffmepg.exe(https://www.ffmpeg.org/) 2. Create folder c:\fakes\data_A 3. Create folder c:\fakes\data_B 4. Create folder c:\fakes\model 5. Copy ffmpeg.exe and video2 file to c:\fakes\data_A 6. ffmpeg -i video2.mp4 -vf fps=1 "a%04d.png" 7. Copy ffmpeg.exe and video1 file to c:\fakes..