분류 전체보기32 [AWS] Lambda를 이용하여 모델 배포하기 https://aws.amazon.com/ko/blogs/machine-learning/how-to-deploy-deep-learning-models-with-aws-lambda-and-tensorflow/ How to Deploy Deep Learning Models with AWS Lambda and Tensorflow | Amazon Web Services Deep learning has revolutionized how we process and handle real-world data. There are many types of deep learning applications, including applications to organize a user’s photo archive, make bo.. 2020. 2. 29. [tkinter + OpenCV] Python 비디오 재생 GUI 생성 개발자 입장에서 스크립트 실행은 명령어 하나로 뚝딱! 할 수 있으니 쉽지만 일반 사람들이 사용하기 위해선 GUI가 필요하다. 많이 요구하는 부분이기도 하고... ('마우스 드래그가 모에요??' 하는 사람도 있었다.) Python에서 GUI 제작으로 PyQt도 있고 Tkinter 라는 것도 있는 데 이 중에서 Tkinter을 이용하여 비디오를 재생하는 창을 만들어 보자. 나는 GUI 개발 경험이라고는 안드로이드 앱 만들때 잠깐 해본게 다라서 Python에서도 마우스로 쓱쓱 가져오면 알아서 만들어주는 줄 알았따... https://solarianprogrammer.com/2018/04/21/python-opencv-show-video-tkinter-window/ Python OpenCV - show a vi.. 2020. 2. 29. [작성중] ROS와 Python3 How to setup ROS with Python 3 https://medium.com/@beta_b0t/how-to-setup-ros-with-python-3-44a69ca36674 How to setup ROS with Python 3 Fix various issues you are likely to come across while developing Python 3 package for ROS. medium.com Building ROS 2 on Linux https://index.ros.org/doc/ros2/Installation/Crystal/Linux-Development-Setup/ Building ROS 2 on Linux Using a different compiler besides .. 2020. 2. 25. [AWS] An error occurred (AccessDeniedException) 인스턴스에서 자신의 버킷에 접근하여 AWS의 rekognition API에 접근하여 결과를 보고싶은데(개복잡) 다음과 같은 에러가 출력된다면... An error occurred (AccessDeniedException) when calling the ~: ~ is not authorized to perform : ~ 권한이 없다는 데 무엇이 문제일까 알아보자. $ aws rekognition detect-labels \ --image '{"S3Object":{"Bucket":"bucket","Name":"file"}}' 내가 생성한 인스턴스에서 내 버킷에 접근하여 해당 이미지를 AWS API인 rekognition를 사용하고 싶다. 권한이 없다는 에러 메시지가 표시된다면 자신의 IAM 권한을 살펴보자... 2020. 2. 23. [AWS] 인스턴스에서 S3 접근, AWS CLI https://github.com/churchlab/millstone/wiki/Moving-Data-Between-S3-and-EC2-Instances 위 링크 참고하여 작성하였다. 고작 5단계에 불가하지만 실제 진행할려면 엄청난 설정이 필요하다... EC2 에서 Linux 인스턴스를 생성한 후... Linux instence에서 AWS CLI 설치 $ sudo apt-get install awscli 인스턴스 내에서 위 명령어를 사용하면 E: Unable to locate package awscli 라고 뜬다. (awscli 설치 검색하면 전부 저거 나옴 ㅡㅡ) 올바른 설치 방법은 다음과 같다. https://docs.aws.amazon.com/cli/latest/userguide/install-cli.. 2020. 2. 23. 이전 1 2 3 4 5 6 7 다음