huynhthedang
huynhthedang
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...
Hi Seanlinx, I followed your instruction to generate training data for the 3 CNN networks (P, R, O_Net) from WIDER_FACE training dataset. Everything seems to work well since no error...
Hi Seanlinx, In the testing phase, I realize that PNet input size is not specified, but only the network model weights in args: `PNet = FcnDetector(P_Net("test"), ctx, args, auxs)` However...
Hi Seanlinx, Thank you for your wonderful work. I got an error while trying to enable gpu training at //===== Traceback (most recent call last): File "gen_hard_example.py", line 229, in...