Bounding Box Regression
Bounding Box Regression
Deep Learning
2020. 4. 26. 11:02
MGD (Mini-batch Gradient Descent)
MGD (Mini-batch Gradient Descent)
Deep Learning
2020. 4. 26. 11:00
SVM (Support Vector Machine)
SVM (Support Vector Machine)
Deep Learning
2020. 4. 26. 10:59
mAP ( mean Average Precision)
mAP ( mean Average Precision)
Deep Learning
2020. 4. 26. 10:58

설치하고 나면 terminal login이 나온다. ㅠㅠ 내 xwindow!!! 로그인을 한 뒤 $ sudo apt-get install gnome [y]를 누른후 설치 시작하고 다 설치 된 후 $ sudo systemctl set-default graphical.target $ reboot 로그인을 한 후 tensorflow를 설치해보자요^^ python version 을 확인하고 update가 필요하면 uptate를 수행한다. 기본 설치하고 살펴보면 python과 python3가 같이 깔려 있다. 각각 버전을 확인하자구요^^ 나는 python3를 사용할 거에요. $ python -V $ python3 -V python3에서 사용할 텐서 플로우 설치하기 먼저 기본 어플의 버전을 확인합니다. $ pyth..
Deep Learning
2020. 4. 22. 13:45