일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 딥러닝
- error
- Anaconda
- colaboratory
- dataset
- TensorFlow
- keras
- windows
- shakeratos
- ubuntu
- python3
- python
- linux
- urllib
- download
- Deep Learning
- face_recognition
- pyTorch
- dlib
- gpu memory
- Jupyter notebook
- install
- object detection
- colab
- YouTube 8M
- CUDA
- ppc64le
- FIle
- raspberry pi
- Windows 10
- Today
- Total
목록YouTube 8M (2)
Shakerato
## To avoid duplicate file names problem in Windows (e.g. Ab.txt, aB.txt),## At first, I download the dataset and renamed the file names in the Linux OS.## then, I copy renamed files to my Windows desktop for training deep neural network.## Renamed dataset also works well on the YouTube-8M training code. import osimport shutil oldpath = '/data/yt8m/v2/video/'newpath = '/data/yt8m/v2/video2/' fil..
* What is YouTube 8M dataset? https://research.google.com/youtube8m/download.html * How to download the dataset?* You have to download the dataset only on the Linux! (not Windows), because of duplicated file names. (Windows does not allow this situation: 'Ab.txt', 'aB.txt' in the same folder) 1. Download 'download_fix.py' file from this URL: https://storage.googleapis.com/data.yt8m.org/download_..