# Mtcnn_Java **Repository Path**: scott123123123/Mtcnn_Java ## Basic Information - **Project Name**: Mtcnn_Java - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mtcnn_Java Mtcnn is written in Java language ONLY! # Description 1. Code prototype: [MTCNN-light](https://github.com/AlphaQi/MTCNN-light) 2. Java code ONLY! 3. Using OpenCV342! [HOW?](https://blog.csdn.net/samylee/article/details/95619322) # Developing Software Windows10, Eclipse-win32, JRE1.8-x86(JRE1.7 is too low for OpenCV version), OpenCV-342-java-x86 # Results ![image](https://github.com/samylee/Mtcnn_Java/blob/master/result.jpg) # Attention If your JVM heap memory is too low, it is recommended to expand to `1GB`. Just set: Run -> Run Configurations... -> (x) = Arguments -> VM arguments(add `-Xmx1024m`) # Reference https://blog.csdn.net/samylee