vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
544 stars 329 forks source link

Input not processed for MTCNN model #9

Closed rootally closed 4 months ago

rootally commented 4 years ago

Hi, I think you need to convert the image from BGR to RGB format for passing to MTCNN model as discussed here https://github.com/ipazc/mtcnn/issues/36

vardanagarwal commented 4 years ago

@rootally Thanks for letting me know. I'll slowly update it on the blog post where I compared them. I have updated it in the code.