OpenCV Crop Frame and Save
OpenCV Crop Frame and Save 123count = 0cv2.imwrite("frame%d.jpg" % count, frame)count = count+1 123456import cv2img = cv2.imread("lenna.png")crop_img = img[200:400, 100:300] # Cro
OpenCV Crop Frame and Save 123count = 0cv2.imwrite("frame%d.jpg" % count, frame)count = count+1 123456import cv2img = cv2.imread("lenna.png")crop_img = img[200:400, 100:300] # Cro
윈도우에 pyrebase 설치 설치 12345678910Collecting jws>=0.1.3 (from python-jwt==2.0.1->pyrebase) Using cached jws-0.1.3.tar.gz Complete output from command python setup.py egg_info: Traceback (m
django 프로젝트 생성 프로젝트 생성 Google App Engine 에서 Django 사용하기 문자열 반환 URL 추가 1url(r'^view/', view.test), 함수 생성 12def test(request): return HttpResponse("Hello, world. You're at the
windows에서 django mysqldb 연결 시 에러 1Error loading MySQLdb module: No module named 'MySQLdb' You can use mysqlclient instead of MySQLdb. MySqLdb is not compatible with Python 3. 1pip install m
ImportError: cannot import name ‘update_contenttypes’ 장고에서 update_contenttypes 임포트 에러 발생시 django.contrib.contenttype.apps.py 를 수정합니다. django 1.11 버전에서 생기는 오류 인것으로 보입니다. 12345from .management import (
django-celery 장고에 스케쥴 설정 django-celery 설치 1pip install django-celery proj/proj/settings.py 수정 12345INSTALLED_APPS = [ ... 'djcelery', 'kombu.transport.django',] 데이터베이스