mtcnn icon indicating copy to clipboard operation
mtcnn copied to clipboard

Results 59 mtcnn issues
Sort by recently updated
recently updated
newest added

gen_hard_example.py, boxes = cPickle.load(open(os.path.join(save_path, 'detections.pkl'), 'r')),where is the detections.pkl? Looking forward to your reply,thx!!

After I trained the P-net model, I test this model on FDDB. However, the ROC curve of my P-net model is 2% less than original paper. Should I go to...

Hi Seanlinx, I run into this problem when trying to use train_P_.net ``` Called with argument: Namespace(begin_epoch=0, dataset_path='data/mtcnn', end_epoch=16, epoch=0, frequent=200, gpu_ids='0', image_set='train_12', lr=0.01, prefix='model/pnet', pretrained='model/pnet', resume=False, root_path='data') mtcnn_train_12 gt...

Hello@Seanlinx,According to [issue](https://github.com/Seanlinx/mtcnn/issues/25) I finished facial landmark based on your Onet, the location results is not very robust. It looks very well on some picture but sometimes the deviation is...

I found this topic inside MxNET [How do I use TensorRT integration?](https://cwiki.apache.org/confluence/display/MXNET/How+to+use+MXNet-TensorRT+integration?#HowtouseMXNet-TensorRTintegration-HowdoIuseTensorRTintegration?) Mainly to speed up the inference using TensorRT Flow `MxNET >>>> ONNX >>>> TENSORRT` to convert `MxNet` to...

when I run python example/train_P_net.py --gpus 0 , My GPU is 1070 INFO:root:Epoch[0] Batch [200] Speed: 123.25 samples/sec Train-Accuracy=0.697969 INFO:root:Epoch[0] Batch [200] Speed: 123.25 samples/sec Train-LogLoss=0.617246 INFO:root:Epoch[0] Batch [200] Speed:...

I want train the p net with cpu cause I have compiled the mxnet with cpu(unable cuda). but when I run "python -u ./example/train_P_net.py --gpu=-1", ther are lots errors as...

Hello,I met a problem when I run "python train_P_net.py" with Windows, It print errors like that: C:\Users\user\Desktop\V2_MXNet\example>python train_P_net.py Called with argument: Namespace(begin_epoch=0, dataset_path='../data/mtcnn', end_epoch=16, epoch=0, frequent=200, gpu_ids='0', image_set='pnet/train_12', lr=0.01, prefix='model/pnet',...