Click here to Skip to main content
15,894,740 members
Home / Discussions / Artificial Intelligence
   

Artificial Intelligence

 
QuestionFace recognition door Pin
Tochukwu Nkwuo22-Sep-23 1:25
Tochukwu Nkwuo22-Sep-23 1:25 
AnswerRe: Face recognition door Pin
Richard MacCutchan22-Sep-23 1:27
mveRichard MacCutchan22-Sep-23 1:27 
AnswerRe: Face recognition door Pin
Gerry Schmitz22-Sep-23 4:08
mveGerry Schmitz22-Sep-23 4:08 
QuestionBlueiris + codeproject explorer face recognition registration issues, error: Operation failed Pin
theskyisthelimit9920-Sep-23 4:35
theskyisthelimit9920-Sep-23 4:35 
AnswerRe: Blueiris + codeproject explorer face recognition registration issues, error: Operation failed Pin
Richard MacCutchan20-Sep-23 5:27
mveRichard MacCutchan20-Sep-23 5:27 
QuestionCodeproject 2.1.11-beta issues, install failing on modules, python not found errors too Pin
theskyisthelimit9916-Sep-23 5:03
theskyisthelimit9916-Sep-23 5:03 
AnswerRe: Codeproject 2.1.11-beta issues, install failing on modules, python not found errors too Pin
Richard MacCutchan16-Sep-23 5:31
mveRichard MacCutchan16-Sep-23 5:31 
GeneralRe: Codeproject 2.1.11-beta issues, install failing on modules, python not found errors too Pin
theskyisthelimit9916-Sep-23 5:34
theskyisthelimit9916-Sep-23 5:34 
GeneralRe: Codeproject 2.1.11-beta issues, install failing on modules, python not found errors too Pin
Richard MacCutchan16-Sep-23 5:43
mveRichard MacCutchan16-Sep-23 5:43 
GeneralRe: Codeproject 2.1.11-beta issues, install failing on modules, python not found errors too Pin
Gerry Schmitz17-Sep-23 13:35
mveGerry Schmitz17-Sep-23 13:35 
GeneralRe: Codeproject 2.1.11-beta issues, install failing on modules, python not found errors too Pin
Richard MacCutchan17-Sep-23 21:49
mveRichard MacCutchan17-Sep-23 21:49 
GeneralRe: Codeproject 2.1.11-beta issues, install failing on modules, python not found errors too Pin
Richard MacCutchan17-Sep-23 21:50
mveRichard MacCutchan17-Sep-23 21:50 
QuestionUpgraded Yolo.net from 1.4 to 1.5 Pin
Member 1598568723-Aug-23 2:25
Member 1598568723-Aug-23 2:25 
AnswerRe: Upgraded Yolo.net from 1.4 to 1.5 Pin
Richard MacCutchan23-Aug-23 4:48
mveRichard MacCutchan23-Aug-23 4:48 
QuestionBlue iris facial recognition, having trouble getting PIL to work. Pin
Skulduggery20-Aug-23 12:17
Skulduggery20-Aug-23 12:17 
Getting this lovely error

24:36:00:
24:36:00:Started Face Processing module
24:36:00:face.py: Traceback (most recent call last):
24:36:00:face.py: File "C:\Program Files\CodeProject\AI\modules\FaceProcessing\intelligencelayer\face.py", line 21, in
24:36:00:face.py: from request_data import RequestData
24:36:00:face.py: File "../../SDK/Python\request_data.py", line 8, in
24:36:00:face.py: from PIL import Image
24:36:00:face.py: ModuleNotFoundError: No module named 'PIL'
24:36:00:Module FaceProcessing has shutdown
24:36:00:face.py: has exited

I know PIL is not supported anymore and you have to use Pillow now, but I am also new to Python so I'm pretty lost when I try to install it or set it up.

What I have tried:

Tried re-installing codeproject server.
Tried installing python from the website and then pip installing Pillow.
Tried installing Pillow through Anaconda.
AnswerRe: Blue iris facial recognition, having trouble getting PIL to work. Pin
Richard MacCutchan20-Aug-23 21:49
mveRichard MacCutchan20-Aug-23 21:49 
QuestionWhich technique to apply if function Y changes with values of X variables other than linear regression Pin
Member 106396367-Aug-23 12:40
Member 106396367-Aug-23 12:40 
AnswerRe: Which technique to apply if function Y changes with values of X variables other than linear regression Pin
Dave Kreskowiak7-Aug-23 12:57
mveDave Kreskowiak7-Aug-23 12:57 
GeneralRe: Which technique to apply if function Y changes with values of X variables other than linear regression Pin
Richard Deeming7-Aug-23 21:38
mveRichard Deeming7-Aug-23 21:38 
GeneralRe: Which technique to apply if function Y changes with values of X variables other than linear regression Pin
Andre Oosthuizen7-Aug-23 22:19
mveAndre Oosthuizen7-Aug-23 22:19 
GeneralRe: Which technique to apply if function Y changes with values of X variables other than linear regression Pin
Gerry Schmitz8-Aug-23 5:43
mveGerry Schmitz8-Aug-23 5:43 
GeneralRe: Which technique to apply if function Y changes with values of X variables other than linear regression Pin
Andre Oosthuizen8-Aug-23 7:42
mveAndre Oosthuizen8-Aug-23 7:42 
GeneralRe: Which technique to apply if function Y changes with values of X variables other than linear regression Pin
Richard MacCutchan8-Aug-23 21:35
mveRichard MacCutchan8-Aug-23 21:35 
AnswerRe: Which technique to apply if function Y changes with values of X variables other than linear regression Pin
Andre Oosthuizen7-Aug-23 22:26
mveAndre Oosthuizen7-Aug-23 22:26 
GeneralRe: Which technique to apply if function Y changes with values of X variables other than linear regression Pin
BillWoodruff21-Aug-23 16:50
professionalBillWoodruff21-Aug-23 16:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.