User Activity

  • Posted a comment on discussion Help on dlib C++ Library

    The code below only runs at 1-2FPS. Need help making the necessary changes to improve the frame rate to about 10fps. The code is implemented on the jetson nano. import face_recognition import cv2 import os import dlib import pickle import time print(cv2.__version__) fpsReport=0 scaleFactor=.25 Encodings=[] Names=[] with open('train.pkl','rb') as f: Names=pickle.load(f) Encodings=pickle.load(f) font=cv2.FONT_HERSHEY_SIMPLEX cam=cv2.VideoCapture(0) timeStamp=time.time() while True: _,frame=cam.read()...

View All

Personal Data

Username:
bwajster
Joined:
2023-11-16 11:30:02.213000

Projects

  • No projects to display.

Personal Tools