This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#用鏡頭訓練模型-拍照採樣 、初始設定P30,31 | |
import cv2 | |
import os | |
# 設定每人要拍幾張 | |
NUM_IMAGES = 400 | |
# 取得桌面路徑 |