ผลต่างระหว่างรุ่นของ "Inno/62"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 32: แถว 32:
 
*** Object detection ด้วย [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_objdetect/py_face_detection/py_face_detection.html#face-detection Face Detection using Haar Cascades]  
 
*** Object detection ด้วย [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_objdetect/py_face_detection/py_face_detection.html#face-detection Face Detection using Haar Cascades]  
 
*** Download pretrained models [https://github.com/opencv/opencv/tree/master/data/haarcascades haarcascades]
 
*** Download pretrained models [https://github.com/opencv/opencv/tree/master/data/haarcascades haarcascades]
** Facial recognition [https://docs.opencv.org/master/de/d27/tutorial_table_of_content_face.html face module]
+
** Facial recognition
 +
*** ใช้ library [https://github.com/ageitgey/face_recognition face_recognition]
 +
*** อ่านรายละเอียดและตัวอย่าง [https://github.com/ageitgey/face_recognition face_recognition]
 +
*** Tutorial อีกที่ [https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/ pyimagesearch]
  
 
== โครงงานประเภท Web app ==
 
== โครงงานประเภท Web app ==

รุ่นแก้ไขเมื่อ 01:23, 10 มีนาคม 2563

โครงงานประเภท Kidbright

โครงงานประเภท Python game

โครงงานประเภท AI

ใช้ OpenCV ในการวิเคราะห์ภาพ

  • ติดตั้ง ใน VS Code
    • ติดตั้ง virtualenv
python3 -m venv env
    • ติดตั้ง opencv
pip install opencv-contrib-python

โครงงานประเภท Web app